diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-09 00:04:30 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-09 00:04:30 +0100 |
commit | 9d887bf07ac1dec542028212909b9ac7e461d0db (patch) | |
tree | e545fc1d313c9f2e370fa83f5bdb9a1837527bfe /configuration/snorlax/default.nix | |
parent | 4564b73de139a54c98f5a46c817485374de46e7e (diff) |
core stuff, snorlax zfs
Diffstat (limited to 'configuration/snorlax/default.nix')
-rw-r--r-- | configuration/snorlax/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; |