From 78a9a4c493a294813660284573aeebdb8aa754d8 Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 8 Oct 2024 17:45:26 +0000 Subject: [PATCH] specify hostname --- systems/drivebystation-nixos-wsl/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];