Infini-SERVER: setup thelounge

This commit is contained in:
Infinidoge 2023-09-13 09:14:50 -04:00
parent 4ed7c404f5
commit 9e5ca106b3
2 changed files with 23 additions and 0 deletions

View file

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