Add host ildkule

This commit is contained in:
2022-12-17 21:51:43 +01:00
parent 44f2b6d8d8
commit 6b1f0eb090
5 changed files with 132 additions and 0 deletions

View File

@@ -30,6 +30,14 @@
inputs.matrix-next.nixosModules.synapse
];
};
ildkule = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit unstable inputs; };
modules = [
./hosts/ildkule/configuration.nix
sops-nix.nixosModules.sops
];
};
};
devShells = forAllSystems (system: {
default = nixpkgs.legacyPackages.${system}.callPackage ./shell.nix { };