From 9d887bf07ac1dec542028212909b9ac7e461d0db Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 9 Feb 2025 00:04:30 +0100 Subject: core stuff, snorlax zfs --- configuration/snorlax/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configuration/snorlax/default.nix') diff --git a/configuration/snorlax/default.nix b/configuration/snorlax/default.nix index dd9841c..65e6f6f 100644 --- a/configuration/snorlax/default.nix +++ b/configuration/snorlax/default.nix @@ -8,7 +8,13 @@ ]; system.stateVersion = "24.11"; + + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; + networking.hostName = "snorlax"; + networking.hostId = "1d1ebf34"; + time.timeZone = "Europe/Amsterdam"; programs.mtr.enable = true; -- cgit v1.2.3