From cfa0d1bfb4f73cbb7350a2d333903c833f31c2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 31 Jul 2024 10:43:51 +0300 Subject: [PATCH] fwminex: mkdir /var/www --- hosts/fwminex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;