Compare commits

..

No commits in common. "5a031b48ed6931460084244f1a395397ecafbcb9" and "c04bce06b66b588ad2d3a67c3e1f64f63c963263" have entirely different histories.

2 changed files with 9 additions and 9 deletions

12
flake.lock generated
View file

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1772624091, "lastModified": 1760524057,
"narHash": "sha256-QKyJ0QGWBn6r0invrMAK8dmJoBYWoOWy7lN+UHzW1jc=", "narHash": "sha256-EVAqOteLBFmd7pKkb0+FIUyzTF61VKi7YmvP1tw4nEw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "80bdc1e5ce51f56b19791b52b2901187931f5353", "rev": "544961dfcce86422ba200ed9a0b00dd4b1486ec5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -48,11 +48,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772495394, "lastModified": 1760393368,
"narHash": "sha256-hmIvE/slLKEFKNEJz27IZ8BKlAaZDcjIHmkZ7GCEjfw=", "narHash": "sha256-8mN3kqyqa2PKY0wwZ2UmMEYMcxvNTwLaOrrDsw6Qi4E=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "1d9b98a29a45abe9c4d3174bd36de9f28755e3ff", "rev": "ab8d56e85b8be14cff9d93735951e30c3e86a437",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -13,12 +13,12 @@ in {
description = "Vaultwarden WebUI port"; description = "Vaultwarden WebUI port";
}; };
domain = lib.mkOption { domain = lib.mkOption {
type = lib.types.str; type = lib.types.string;
example = "https://vault.depeuter.dev"; example = "https://vault.depeuter.dev";
description = "Domain to configure Vaultwarden on"; description = "Domain to configure Vaultwarden on";
}; };
name = lib.mkOption { name = lib.mkOption {
type = lib.types.str; type = lib.types.string;
example = "Hugo's Vault"; example = "Hugo's Vault";
description = "Service name to use for invitations and mail"; description = "Service name to use for invitations and mail";
}; };
@ -77,7 +77,7 @@ in {
dataDir = "/data"; dataDir = "/data";
in { in {
hostname = "vaultwarden"; hostname = "vaultwarden";
image = "vaultwarden/server:1.35.4-alpine"; image = "vaultwarden/server:1.34.3-alpine";
autoStart = true; autoStart = true;
ports = [ ports = [
"${toString cfg.port}:80/tcp" "${toString cfg.port}:80/tcp"