From 099a533eeea08d7677d4a8f2e8ad5289ccfd12c1 Mon Sep 17 00:00:00 2001 From: Steph Date: Wed, 11 Dec 2024 22:41:54 +0100 Subject: [PATCH] update --- hardware-configuration/tau.nix | 1 + 1 file changed, 1 insertion(+) 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; };