From 1bb72a196c6ea207c332b171f2b34f03abf1aa0b Mon Sep 17 00:00:00 2001 From: Malte Tammena Date: Sun, 13 Mar 2022 11:34:05 +0100 Subject: [PATCH] [host/murex-pecten] Fix incorrect game folder mount --- hardware/aorus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/aorus.nix b/hardware/aorus.nix index fe3c54d..b8fe400 100644 --- a/hardware/aorus.nix +++ b/hardware/aorus.nix @@ -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" ];