From 4d1f19b16c5c5ea343a3eb6e9ad26a34d8b386ab Mon Sep 17 00:00:00 2001 From: fwastring Date: Wed, 10 Sep 2025 09:34:28 +0200 Subject: [PATCH] Removed old unstable overlays --- maskiner/desktop/configuration.nix | 4 ---- maskiner/laptop/configuration.nix | 1 - 2 files changed, 5 deletions(-) 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;