From e16eff0a282e94772b452a34122c27a0cb8f1ac5 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Wed, 22 May 2024 09:42:47 +0200 Subject: [PATCH] workstation --- workstation/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index c172732..c765f65 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -38,7 +38,7 @@ # enable unfree nixpkgs.config.allowUnfree = true; # Network - networking.hostName = "nixos-work"; + networking.hostName = "work"; services.tailscale.enable = true; networking.networkmanager.enable = true; networking.hostId = "8425e349"; @@ -107,7 +107,7 @@ firefox ncpamixer starship discord fastfetch ]; }; - programs.bash.blesh.enable = true; + # List packages installed in system profile. To search, run: # $ nix search wget