[outpost] Add basic nixosConfig

This commit is contained in:
ctsk
2023-11-03 10:05:05 +01:00
parent 10909c558b
commit 43c38ca444
4 changed files with 69 additions and 0 deletions

View File

@@ -38,6 +38,14 @@
./lib/systems/fugitive
];
};
outpost = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
modules = [
agenix.nixosModules.default
./lib/systems/outpost
];
};
};
packages = forAllSystems (system: