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