fix: wsl system
This commit is contained in:
@@ -17,6 +17,7 @@ in self.lib.nixpkgs-lib.nixosSystem {
|
|||||||
modules = [
|
modules = [
|
||||||
{ networking.hostName = name; }
|
{ networking.hostName = name; }
|
||||||
inputs.nixos-wsl.nixosModules.default
|
inputs.nixos-wsl.nixosModules.default
|
||||||
|
inputs.sops-nix.nixosModules.sops
|
||||||
{ wsl.enable = true; }
|
{ wsl.enable = true; }
|
||||||
(import ./${name}.nix { inherit flake self inputs; })
|
(import ./${name}.nix { inherit flake self inputs; })
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user