From f6c4015afb618a97a83fa770a615b24601bc50c0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 Apr 2018 22:55:38 +0200 Subject: Quota on odin --- odin.nix | 1 + odin/hw.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/odin.nix b/odin.nix index ffff5b9a..67a67226 100644 --- a/odin.nix +++ b/odin.nix @@ -32,6 +32,7 @@ pythonPackages.magic-wormhole tmux mosh + quota ]; 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 @@ fileSystems."/home" = { device = "/dev/disk/by-uuid/e4737a9e-2a25-4247-936d-c0c4bad82970"; fsType = "ext4"; + options = "defaults,quota"; }; fileSystems."/srv/media" = -- cgit v1.2.3