Make changes for magicman

This commit is contained in:
2024-04-18 20:24:29 +02:00
parent fca52c4b84
commit 8d151534b1
6 changed files with 68 additions and 20 deletions

View File

@@ -43,7 +43,16 @@
magicman = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit inputs self user; };
modules = [ ./hosts/magicman ];
modules = [
({ config, pkgs, ... }: {
nixpkgs.overlays = [
overlay-unstable
ghettoptt.overlays.default
];
})
./hosts/magicman
sops-nix.nixosModules.sops
];
};
gunter = nixpkgs.lib.nixosSystem {
inherit system;