diff --git a/maskiner/desktop/configuration.nix b/maskiner/desktop/configuration.nix index 11cc477..64756e8 100644 --- a/maskiner/desktop/configuration.nix +++ b/maskiner/desktop/configuration.nix @@ -23,7 +23,6 @@ ]; environment.systemPackages = with pkgs; [ - unstable.lego k9s neovim git @@ -59,9 +58,6 @@ }; }; - # services.tailscale.enable = true; - # services.tailscale.package = pkgs.unstable.tailscale; - networking.hostName = myhostname; system.stateVersion = "25.05"; diff --git a/maskiner/laptop/configuration.nix b/maskiner/laptop/configuration.nix index 936e1d8..02740b5 100644 --- a/maskiner/laptop/configuration.nix +++ b/maskiner/laptop/configuration.nix @@ -43,7 +43,6 @@ in services = { tailscale = { enable = true; - package = pkgs.unstable.tailscale; }; searx = { enable = true;