[host/murex-pecten] Fix incorrect game folder mount

This commit is contained in:
Malte Tammena 2022-03-13 11:34:05 +01:00
parent 4bf590117d
commit 1bb72a196c

View file

@ -31,7 +31,7 @@
fsType = "btrfs";
options = [ "subvol=home" ];
};
"/home/games" = rec {
"/home/malte/games" = rec {
device = "/dev/mapper/${encrypted.label}";
fsType = "btrfs";
options = [ "subvol=malte/games" ];