Infini-SERVER: remove vaultwarden filesystem
This commit is contained in:
parent
2fb09f4e39
commit
394bba5605
1 changed files with 0 additions and 6 deletions
|
@ -53,12 +53,6 @@ in
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"/persist/var/lib/bitwarden_rs" = lib.mkIf (data != null) {
|
|
||||||
device = data;
|
|
||||||
fsType = "btrfs";
|
|
||||||
options = [ "subvol=root/var/lib/bitwarden_rs" ] ++ commonOptions;
|
|
||||||
};
|
|
||||||
|
|
||||||
"/persist/var/lib/thelounge" = lib.mkIf (data != null) {
|
"/persist/var/lib/thelounge" = lib.mkIf (data != null) {
|
||||||
device = data;
|
device = data;
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue