diff --git a/systems/drivebystation-nixos-wsl/configuration.nix b/systems/drivebystation-nixos-wsl/configuration.nix index 49771af..8f978c9 100644 --- a/systems/drivebystation-nixos-wsl/configuration.nix +++ b/systems/drivebystation-nixos-wsl/configuration.nix @@ -15,7 +15,7 @@ environment.systemPackages = with pkgs; [ ]; - + networking.hostName = "drivebystation-nixos-wsl"; # Enable Experimental Features nix.settings.experimental-features = [ "nix-command" "flakes" ];