Find a file
Julius fa09bf933c
Update to nixpkgs 22.05
Add grafana and prometheus as well
Remove glitch-soc, maybe I'll try mastodon sometime in the future
but not now.
2022-06-06 19:19:45 +02:00
flux/cluster Give drone persistent database 2022-05-30 13:14:15 +02:00
nixos Update to nixpkgs 22.05 2022-06-06 19:19:45 +02:00
vault-policies Switch to vault token instead of approle 2022-05-23 12:00:41 +02:00
.gitignore Initial Commit 2022-05-19 15:03:13 +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.