summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/kansai/hardware-configuration.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/hosts/kansai/hardware-configuration.nix b/hosts/kansai/hardware-configuration.nix
index 8a3e2af..7b3eae2 100644
--- a/hosts/kansai/hardware-configuration.nix
+++ b/hosts/kansai/hardware-configuration.nix
@@ -70,6 +70,19 @@ in
"dmask=0022"
];
};
+
+ # "/mnt/plex" = {
+ # device = "/dev/mapper/plex";
+ # fsType = "exfat";
+
+ # options = [
+ # "rw"
+ # "uid=1000"
+ # "nofail"
+ # "nohidden"
+ # "noatime"
+ # ];
+ # };
};
swapDevices = [ ];