Infini-SERVER: setup thelounge
This commit is contained in:
parent
4ed7c404f5
commit
9e5ca106b3
2 changed files with 23 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue