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

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

View File

@ -11,8 +11,6 @@
ffmpeg
];
networking.hostName = "jay-lenovo-wsl";
home-manager.users.kat = { pkgs, config, ... }: {
services.gpg-agent = {
enable = true;

View File

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