Cleanup redshirt

This commit is contained in:
2023-05-26 13:48:43 +02:00
parent a33204c85b
commit 4e8eacce37
3 changed files with 20 additions and 13 deletions

View File

@@ -47,7 +47,9 @@
inherit inputs;
};
modules = [
./hosts/chapel/configuration.nix
./hosts/redshirt/configuration.nix
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
sops-nix.nixosModules.sops
];
};
};