about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 6d375d77..69318d94 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -14,6 +14,8 @@ in {
 
   config = {
 
+    time.timeZone = "Europe/Paris";
+
     networking = {
       # better for untrusted networks
       firewall = {
@@ -136,8 +138,6 @@ in {
 
     # services.openssh.enable = true;
 
-    time.timeZone = "Europe/Paris";
-
     vuizvui.programs.fish.fasd.enable = true;
 
     ########