chore: fixdirs for real? ^^

This commit is contained in:
Nicole Dresselhaus 2025-06-11 15:35:13 +02:00
parent 720a1a20c8
commit 0bec1c1578

View File

@ -7,9 +7,9 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.kernelModules = [ "overlay" "vmd" ]; boot.initrd.kernelModules = [ "overlay" "vmd" ];
boot.zfs.extraPools = ["tank"]; boot.zfs.extraPools = ["tank"];
boot.initrd.systemd.tmpfiles.settings."fixdirs"."/nix" = { 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."/home" = { type = "d"; mode = "0755"; };
boot.initrd.systemd.tmpfiles.settings."fixdirs"."/tank" = { type = "d"; mode = "0755"; }; boot.initrd.systemd.tmpfiles.settings.fixdirs."/tank" = { type = "d"; mode = "0755"; };
networking.hostName = "nix-nas"; networking.hostName = "nix-nas";
networking.hostId = "39373132"; # via: head -c4 /etc/machine-id | od -An -tx4 networking.hostId = "39373132"; # via: head -c4 /etc/machine-id | od -An -tx4