Find a file
2022-05-20 17:21:36 +02:00
common Add new gitea 2022-05-19 21:10:04 +02:00
machines Gitea Lives! 2022-05-20 17:21:36 +02:00
.gitignore Initial Commit 2022-05-19 15:03:13 +02:00
flake.lock Gitea Lives! 2022-05-20 17:21:36 +02:00
flake.nix Add new gitea 2022-05-19 21:10:04 +02:00
README.md Nginx landing page and postgres 2022-05-19 17:47:41 +02:00

strato-infra

This is my nix infrastructure that runs on my strato server.

nixos image

To get a basic nixos image use nix build .#register.

Afterwards you can import it into lxd using lxc image import ./result/metadata.tar.xz ./result/lxc.tar.xz security.nesting=true --alias nixos

You can then use lxc launch nixos $name$ to make a new lxc container and start it.