server flake
This commit is contained in:
parent
8411094c67
commit
2574787916
11
flake.nix
11
flake.nix
@ -49,6 +49,17 @@
|
|||||||
];
|
];
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = { inherit inputs outputs; };
|
||||||
};
|
};
|
||||||
|
server = lib.nixosSystem {
|
||||||
|
inherit system;
|
||||||
|
modules = [
|
||||||
|
./hosts/server/configuration.nix
|
||||||
|
({ pkgs, ... }: {
|
||||||
|
nixpkgs.overlays =
|
||||||
|
[ (import ./overlay.nix { inherit pkgs pkgsU pkgsM; }) ];
|
||||||
|
})
|
||||||
|
];
|
||||||
|
specialArgs = { inherit inputs outputs; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user