diff options
author | lassulus <lassulus@lassul.us> | 2019-01-04 16:35:09 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-01-04 17:16:11 +0100 |
commit | 3090179491a0988190b37b2309db4c0baef1ceed (patch) | |
tree | 174aa7756d18cdd089c5a855228de258ed9d843e /lass/1systems | |
parent | 58886abed9f24c2447e41d37c27e7add023fa621 (diff) |
l: enable o.xanf.org nextcloud
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/prism/physical.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lass/1systems/prism/physical.nix b/lass/1systems/prism/physical.nix index 116bdb92f..159ee0c90 100644 --- a/lass/1systems/prism/physical.nix +++ b/lass/1systems/prism/physical.nix @@ -40,6 +40,11 @@ fsType = "zfs"; }; + fileSystems."/var/lib/nextcloud" = { + device = "tank/nextcloud"; + fsType = "zfs"; + }; + nix.maxJobs = lib.mkDefault 8; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; |