NixSentinel flake

This commit is contained in:
Benson Chu 2024-05-06 18:17:12 -05:00
parent 3e7226c862
commit 7aa772234e

View file

@ -85,6 +85,15 @@
];
};
NixSentinel = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit inputs; };
modules = [
{ nixpkgs.overlays = [ unstable-overlay update-overlay ]; }
./hosts/NixSentinel/configuration.nix
];
};
# nixosConfigurations.LenoNix = nixpkgs.lib.nixosSystem {
# system = "x86_64-linux";
# modules = [ ./hosts/NixFrame/configuration.nix ];