You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
flux/cluster | 6 months ago | |
nixos | 6 months ago | |
vault-policies | 9 months ago | |
.gitignore | 9 months ago | |
README.md | 9 months ago |
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 security.nesting=true --alias nixos
You can then use lxc launch nixos $name$
to make a new lxc container and start it.