nixos upgraded to 25.05 on worker node1
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
|||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
./docker.nix
|
./docker.nix
|
||||||
./docker-device-mapper.nix
|
./docker-device-mapper.nix
|
||||||
]
|
];
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
@@ -33,9 +33,6 @@ in
|
|||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autosuggestions.enable = true;
|
autosuggestions.enable = true;
|
||||||
extraPackages = [
|
|
||||||
pkgs.nix-zsh-completions
|
|
||||||
];
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
nixapply = "sudo nixos-rebuild switch";
|
nixapply = "sudo nixos-rebuild switch";
|
||||||
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
|
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
|
||||||
@@ -48,6 +45,10 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" "python" "man" "command-not-found" "safe-paste" "tmux" "zoxide" "kubectl" "zsh-interactive-cd" ];
|
plugins = [ "git" "python" "man" "command-not-found" "safe-paste" "tmux" "zoxide" "kubectl" "zsh-interactive-cd" ];
|
||||||
theme = "agnoster";
|
theme = "agnoster";
|
||||||
|
customPkgs = [
|
||||||
|
pkgs.nix-zsh-completions
|
||||||
|
# and even more...
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user