mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
+1
-3
@@ -11,8 +11,6 @@ let
|
||||
{
|
||||
|
||||
imports = with inputs; [
|
||||
#<nixos-wsl/modules>
|
||||
|
||||
nixos-wsl.nixosModules.default
|
||||
self.nixosModules.default
|
||||
];
|
||||
@@ -41,7 +39,7 @@ let
|
||||
enable = true;
|
||||
startMenuLaunchers = true;
|
||||
#useWindowsDriver = true;
|
||||
defaultUser = "oqyude";
|
||||
defaultUser = "${inputs.zeroq.devices.admin}";
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
Reference in New Issue
Block a user