diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/kansai/hardware-configuration.nix | 13 |
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 = [ ]; |