2 Commits

Author SHA1 Message Date
fd8adc2b21 hosts/vps1: specify kanidm version
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m22s
2025-10-18 14:45:21 +01:00
27e2c7c233 users/jordan: add common programs 2025-10-18 14:44:01 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ in
uri = "https://${domain}"; uri = "https://${domain}";
in in
{ {
package = pkgs.unstable.kanidmWithSecretProvisioning; package = pkgs.unstable.kanidmWithSecretProvisioning_1_7;
enableClient = true; enableClient = true;
enableServer = true; enableServer = true;
clientSettings = { clientSettings = {

View File

@@ -190,9 +190,12 @@ in
bat bat
btop btop
fd fd
file
jq jq
ncdu ncdu
nix-zsh-completions nix-zsh-completions
p7zip-rar
ripgrep ripgrep
unzip
]; ];
} }