chore: fixdirs for real? ^^
This commit is contained in:
parent
720a1a20c8
commit
0bec1c1578
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user