From 35c7ba4560b536752b72f21fb0a7479d78518d01 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 30 Jun 2026 17:43:46 +0200 Subject: Added a game partition --- hosts/herra/file-system.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; -- cgit v1.2.3