Make changes for magicman
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -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;
|
||||
|
Reference in New Issue
Block a user