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