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; [
|
environment.systemPackages = with pkgs; [
|
||||||
unstable.lego
|
|
||||||
k9s
|
k9s
|
||||||
neovim
|
neovim
|
||||||
git
|
git
|
||||||
|
@ -59,9 +58,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.tailscale.enable = true;
|
|
||||||
# services.tailscale.package = pkgs.unstable.tailscale;
|
|
||||||
|
|
||||||
networking.hostName = myhostname;
|
networking.hostName = myhostname;
|
||||||
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
|
|
|
@ -43,7 +43,6 @@ in
|
||||||
services = {
|
services = {
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.tailscale;
|
|
||||||
};
|
};
|
||||||
searx = {
|
searx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue