hosts/satori: mount drives under /media from now on

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-25 02:27:16 +05:30
parent df4ba5fff7
commit 3f4abeee23
3 changed files with 13 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
ACTION=="add|change", KERNEL=="sda", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="bfq"
'';
zfs.autoScrub.enable = true;
gvfs.enable = true;
logind.extraConfig = "RuntimeDirectorySize=30%";
};
systemd.services.tor.wantedBy = lib.mkForce [ ];