diff options
author | lassulus <lassulus@lassul.us> | 2020-09-27 15:23:59 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-09-27 15:23:59 +0200 |
commit | 4f6084494b146fde7e6ebc8d6724aa078b78a266 (patch) | |
tree | 7afae76396246414042fe3e1f45ffecd05c3702c /lass | |
parent | 707ffcfebb2f7689ff5129bf25d1cd99e12c4498 (diff) |
l prism.r: add wallpaper & xanf mounts
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/prism/physical.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lass/1systems/prism/physical.nix b/lass/1systems/prism/physical.nix index 7458f5ffd..1a3bee850 100644 --- a/lass/1systems/prism/physical.nix +++ b/lass/1systems/prism/physical.nix @@ -55,6 +55,16 @@ fsType = "zfs"; }; + fileSystems."/var/realwallpaper/archive" = { + device = "tank/wallpaper"; + fsType = "zfs"; + }; + + fileSystems."/home/xanf" = { + device = "/dev/disk/by-id/wwn-0x500a07511becb076"; + fsType = "ext4"; + }; + nix.maxJobs = lib.mkDefault 8; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; |