diff options
Diffstat (limited to 'hosts/herra/file-system.nix')
| -rw-r--r-- | hosts/herra/file-system.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/herra/file-system.nix b/hosts/herra/file-system.nix index 07ba0fa..77ce34f 100644 --- a/hosts/herra/file-system.nix +++ b/hosts/herra/file-system.nix @@ -3,6 +3,12 @@ options = ["compress=zstd:3" "noatime"]; neededForBoot = true; }; + fileSystems."/home/mun/Games" = { + device = "/dev/disk/by-uuid/727a2bb9-6479-4772-bcae-f35ff5221193"; + fsType = "btrfs"; + + options = ["compress=zstd:3" "noatime" "nofail"]; + }; # fileSystems."/run/media/mun/GAMES" = { # device = "/dev/disk/by-uuid/7D1A6ABE139A4C2C"; |
