diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-04 23:04:04 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-04 23:04:04 +0200 |
| commit | 7c3146c1904331e12c70508dadcd9dc63e3c9fa6 (patch) | |
| tree | d05b08b174bf6ef67077f29258dd5d1582ac5da3 /odin | |
| parent | 7e3babf078f98474d63a1cafe3e400237efca6d1 (diff) | |
| download | nixos-7c3146c1904331e12c70508dadcd9dc63e3c9fa6.tar nixos-7c3146c1904331e12c70508dadcd9dc63e3c9fa6.tar.gz nixos-7c3146c1904331e12c70508dadcd9dc63e3c9fa6.tar.bz2 nixos-7c3146c1904331e12c70508dadcd9dc63e3c9fa6.tar.xz nixos-7c3146c1904331e12c70508dadcd9dc63e3c9fa6.zip | |
syntax
Diffstat (limited to 'odin')
| -rw-r--r-- | odin/hw.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odin/hw.nix b/odin/hw.nix index ea90715f..5227e87e 100644 --- a/odin/hw.nix +++ b/odin/hw.nix | |||
| @@ -51,7 +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 | options = [ "defaults" "quota" ]; |
| 55 | }; | 55 | }; |
| 56 | 56 | ||
| 57 | fileSystems."/root" = | 57 | fileSystems."/root" = |
