nixos upgraded to 25.05 on worker node1

This commit is contained in:
2025-07-22 12:30:52 +02:00
parent b2731111a6
commit c019899935
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
./wireguard.nix
./docker.nix
./docker-device-mapper.nix
]
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
+5 -4
View File
@@ -33,9 +33,6 @@ in
syntaxHighlighting.enable = true;
enableCompletion = true;
autosuggestions.enable = true;
extraPackages = [
pkgs.nix-zsh-completions
];
shellAliases = {
nixapply = "sudo nixos-rebuild switch";
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
@@ -48,6 +45,10 @@ in
enable = true;
plugins = [ "git" "python" "man" "command-not-found" "safe-paste" "tmux" "zoxide" "kubectl" "zsh-interactive-cd" ];
theme = "agnoster";
customPkgs = [
pkgs.nix-zsh-completions
# and even more...
];
};
};
}
}