config

NixOS config
Log | Files | Refs | README | LICENSE

commit cfa0d1bfb4f73cbb7350a2d333903c833f31c2a8 (tree)
parent f1ba3ccc0c9b74e39af2d5b4cea19e908fc04655
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed, 31 Jul 2024 10:43:51 +0300

fwminex: mkdir /var/www

Diffstat:
Mhosts/fwminex/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;