Infini-SERVER: setup vaultwarden
This commit is contained in:
parent
503428c744
commit
0983318065
4 changed files with 31 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue