flake.nix: add nixosConfigurations.pipebert

This commit is contained in:
Astro 2021-09-22 21:21:13 +02:00
parent 0fd5119b9d
commit 2e1383af03
1 changed files with 5 additions and 0 deletions

View File

@ -211,6 +211,11 @@
system = "aarch64-linux";
};
pipebert = nixosSystem' {
modules = [ ./hosts/pipebert ];
system = "aarch64-linux";
};
yggdrasil = nixosSystem' {
modules = [
./hosts/containers/yggdrasil