diff options
Diffstat (limited to 'lass/1systems/prism/physical.nix')
| -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";  | 
