[host/murex-pecten] Fix incorrect game folder mount
This commit is contained in:
parent
4bf590117d
commit
1bb72a196c
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue