From 0bec1c1578501992c7a6e3f91813673292ba9bf9 Mon Sep 17 00:00:00 2001 From: Nicole Dresselhaus Date: Wed, 11 Jun 2025 15:35:13 +0200 Subject: [PATCH] chore: fixdirs for real? ^^ --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 428e089..e5f8d93 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,9 +7,9 @@ boot.loader.efi.canTouchEfiVariables = true; boot.initrd.kernelModules = [ "overlay" "vmd" ]; boot.zfs.extraPools = ["tank"]; - boot.initrd.systemd.tmpfiles.settings."fixdirs"."/nix" = { type = "d"; mode = "0755"; }; - boot.initrd.systemd.tmpfiles.settings."fixdirs"."/home" = { type = "d"; mode = "0755"; }; - boot.initrd.systemd.tmpfiles.settings."fixdirs"."/tank" = { type = "d"; mode = "0755"; }; + boot.initrd.systemd.tmpfiles.settings.fixdirs."/nix" = { type = "d"; mode = "0755"; }; + boot.initrd.systemd.tmpfiles.settings.fixdirs."/home" = { type = "d"; mode = "0755"; }; + boot.initrd.systemd.tmpfiles.settings.fixdirs."/tank" = { type = "d"; mode = "0755"; }; networking.hostName = "nix-nas"; networking.hostId = "39373132"; # via: head -c4 /etc/machine-id | od -An -tx4