diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-04 22:55:38 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-04 22:55:38 +0200 |
| commit | f6c4015afb618a97a83fa770a615b24601bc50c0 (patch) | |
| tree | cff95177ac3011bd3db466a0e20af360b95b77a5 | |
| parent | 0b099c7250580e33610bd4ad56879107dcf56321 (diff) | |
| download | nixos-f6c4015afb618a97a83fa770a615b24601bc50c0.tar nixos-f6c4015afb618a97a83fa770a615b24601bc50c0.tar.gz nixos-f6c4015afb618a97a83fa770a615b24601bc50c0.tar.bz2 nixos-f6c4015afb618a97a83fa770a615b24601bc50c0.tar.xz nixos-f6c4015afb618a97a83fa770a615b24601bc50c0.zip | |
Quota on odin
| -rw-r--r-- | odin.nix | 1 | ||||
| -rw-r--r-- | odin/hw.nix | 1 |
2 files changed, 2 insertions, 0 deletions
| @@ -32,6 +32,7 @@ | |||
| 32 | pythonPackages.magic-wormhole | 32 | pythonPackages.magic-wormhole |
| 33 | tmux | 33 | tmux |
| 34 | mosh | 34 | mosh |
| 35 | quota | ||
| 35 | ]; | 36 | ]; |
| 36 | 37 | ||
| 37 | programs.zsh.enable = true; | 38 | programs.zsh.enable = true; |
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" = |
