[NixOS] Fix networking hostname location for jay-lenovo-wsl

This commit is contained in:
2023-07-27 22:05:43 -06:00
parent 507cab369b
commit 1acd97449f
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
../kat.nix
];
networking.hostName = "jay-lenovo-wsl";
wsl.defaultUser = "kat";
system.stateVersion = "22.05";
}