Infini-SERVER: setup vaultwarden

This commit is contained in:
Infinidoge 2023-08-31 13:47:19 -04:00
parent 503428c744
commit 0983318065
4 changed files with 31 additions and 0 deletions

View file

@ -53,6 +53,12 @@ in
neededForBoot = true;
};
"/persist/var/lib/bitwarden_rs" = lib.mkIf (data != null) {
device = data;
fsType = "btrfs";
options = [ "subvol=root/var/lib/bitwarden_rs" ] ++ commonOptions;
};
"/nix" = {
device = main;
fsType = "btrfs";