diff options
Diffstat (limited to 'odin')
| -rw-r--r-- | odin/hw.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odin/hw.nix b/odin/hw.nix index 07518dbc..af679b7f 100644 --- a/odin/hw.nix +++ b/odin/hw.nix | |||
| @@ -51,6 +51,7 @@ | |||
| 51 | fileSystems."/home" = | 51 | fileSystems."/home" = |
| 52 | { device = "/dev/disk/by-uuid/e4737a9e-2a25-4247-936d-c0c4bad82970"; | 52 | { device = "/dev/disk/by-uuid/e4737a9e-2a25-4247-936d-c0c4bad82970"; |
| 53 | fsType = "ext4"; | 53 | fsType = "ext4"; |
| 54 | options = "defaults,quota"; | ||
| 54 | }; | 55 | }; |
| 55 | 56 | ||
| 56 | fileSystems."/srv/media" = | 57 | fileSystems."/srv/media" = |
