NixSentinel flake
This commit is contained in:
parent
3e7226c862
commit
7aa772234e
1 changed files with 9 additions and 0 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue