nixos upgraded to 25.05 on worker node1
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -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...
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user