Upgrade to nixos-24.11
This commit is contained in:
parent
43f898a7c5
commit
beb429d72d
3 changed files with 12 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
enable = true;
|
||||
hostName = "cloud.graven.dev";
|
||||
https = true;
|
||||
package = pkgs.nextcloud29;
|
||||
package = pkgs.nextcloud30;
|
||||
autoUpdateApps.enable = true;
|
||||
maxUploadSize = "10G";
|
||||
webfinger = true;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
services.vaultwarden = {
|
||||
enable = true;
|
||||
environmentFile = config.secrets.files.vaultwarden_env.file;
|
||||
backupDir = "/var/lib/bitwarden_rs/backup";
|
||||
backupDir = "/var/backup/vaultwarden";
|
||||
config = {
|
||||
domain = "https://vault.graven.dev";
|
||||
signupsAllowed = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue