Removed old unstable overlays
This commit is contained in:
parent
8dafce156f
commit
4d1f19b16c
2 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||
|
|
|
@ -43,7 +43,6 @@ in
|
|||
services = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.tailscale;
|
||||
};
|
||||
searx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue