diff --git a/hardware-configuration/tau.nix b/hardware-configuration/tau.nix index 0d179a4..ffbf7dd 100644 --- a/hardware-configuration/tau.nix +++ b/hardware-configuration/tau.nix @@ -48,6 +48,7 @@ boot.initrd.luks.devices."luks-d86d9bcd-df3d-4fbe-b0c0-66297852fc46".device = "/dev/disk/by-uuid/d86d9bcd-df3d-4fbe-b0c0-66297852fc46"; networking.hostName = "tau"; # Define your hostname. + boot.initrd.systemd.enable = true; boot.plymouth = { enable = true; };