fix: wsl system

This commit is contained in:
2026-05-01 21:57:41 +00:00
parent 88c8c8d44f
commit 5fd0dec6fe
+1
View File
@@ -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; })
]; ];