diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 21cefc7..9ea793a 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -63,7 +63,7 @@ in hardware.cpu.intel.updateMicrocode = true; nixpkgs.hostPlatform = "x86_64-linux"; - systemd.services.zfs-mount.enable = false; + systemd.tmpfiles.rules = [ "d /var/www 0755 motiejus users -" ]; services = { pcscd.enable = true;