This commit is contained in:
2026-04-10 01:18:19 +01:00
parent aa9d3a056f
commit 1466608418
4 changed files with 77 additions and 50 deletions
@@ -54,6 +54,14 @@
# Configure network connections interactively with nmcli or nmtui.
networking.networkmanager.enable = true;
boot.initrd = {
systemd = {
enable = true;
emergencyAccess = true;
tpm2.enable = false;
};
};
# Set your time zone.
# time.timeZone = "Europe/London";
services.automatic-timezoned.enable = true;