diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-06 22:24:50 +0000 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-06 22:24:50 +0000 |
commit | 8a3a0c2cabba7186c8db4006c9867b32ef352b56 (patch) | |
tree | dfd7b7fd0b698ec1a5ee0417d11ada381136ce5e /configuration/snorlax/default.nix | |
parent | 3d5081b8ba0e31a152ea69458601597dce8ee2c8 (diff) |
braab
Diffstat (limited to 'configuration/snorlax/default.nix')
-rw-r--r-- | configuration/snorlax/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration/snorlax/default.nix b/configuration/snorlax/default.nix index ee9755e..61e5902 100644 --- a/configuration/snorlax/default.nix +++ b/configuration/snorlax/default.nix @@ -7,8 +7,9 @@ ../core ]; - networking.hostName = "snorlax"; system.stateVersion = "24.11"; + networking.hostName = "snorlax"; + time.timeZone = "Europe/Amsterdam"; programs.mtr.enable = true; services.openssh = { |