Go to file
Julius 834b5350bf
Add README, make flake readable
2022-05-19 15:12:01 +02:00
common Initial Commit 2022-05-19 15:03:13 +02:00
machines Initial Commit 2022-05-19 15:03:13 +02:00
.gitignore Initial Commit 2022-05-19 15:03:13 +02:00
README.md Add README, make flake readable 2022-05-19 15:12:01 +02:00
flake.lock Initial Commit 2022-05-19 15:03:13 +02:00
flake.nix Add README, make flake readable 2022-05-19 15:12:01 +02:00

README.md

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 --alias nixos

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