chore(koi): bumped vaultwarden
This commit is contained in:
parent
4027a3fd56
commit
5f83ddd6df
2 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,7 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.oci-containers.containers.vaultwarden = {
|
virtualisation.oci-containers.containers.vaultwarden = {
|
||||||
image = "vaultwarden/server:1.32.0";
|
image = "vaultwarden/server:1.32.5-alpine";
|
||||||
volumes = [
|
volumes = [
|
||||||
"/srv/vaultwarden:/data"
|
"/srv/vaultwarden:/data"
|
||||||
];
|
];
|
||||||
|
@ -23,6 +23,7 @@ in {
|
||||||
WEBSOCKET_ENABLED = "true";
|
WEBSOCKET_ENABLED = "true";
|
||||||
ROCKET_ADDRESS = "0.0.0.0";
|
ROCKET_ADDRESS = "0.0.0.0";
|
||||||
ROCKET_PORT = "80";
|
ROCKET_PORT = "80";
|
||||||
|
EXPERIMENTAL_CLIENT_FEATURE_FLAGS = "ssh-key-vault-item,ssh-agent,extension-refresh";
|
||||||
};
|
};
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
(secrets.file config "vaultwarden-env")
|
(secrets.file config "vaultwarden-env")
|
||||||
|
|
1
switch
1
switch
|
@ -64,5 +64,6 @@ if [ "$(uname)" == "Darwin" -a "$remote" == 0 ]; then
|
||||||
log_then_run nix --extra-experimental-features nix-command --extra-experimental-features flakes run nix-darwin -- switch --flake $flake $args $@
|
log_then_run nix --extra-experimental-features nix-command --extra-experimental-features flakes run nix-darwin -- switch --flake $flake $args $@
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
export HOME=/root
|
||||||
log_then_run sudo -E nixos-rebuild $cmd --flake $flake $args $@
|
log_then_run sudo -E nixos-rebuild $cmd --flake $flake $args $@
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue