diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-30 17:43:46 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-30 17:43:46 +0200 |
| commit | 35c7ba4560b536752b72f21fb0a7479d78518d01 (patch) | |
| tree | 1e80d0e5000cabaa3a8aa6fb47cba22a6b63ef82 /hosts/herra/file-system.nix | |
| parent | a1331e962e5a895e688268f1346c56de104b5d34 (diff) | |
Added a game partition
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"; |
