From e62979992d2220f45410bc50cfd03a0b55731cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 31 Mar 2025 11:48:01 +0000 Subject: [PATCH 1/2] Update vars via generator machine-id for machine moritz-desktop --- vars/per-machine/moritz-desktop/machine-id/machineId/value | 1 + 1 file changed, 1 insertion(+) create mode 100644 vars/per-machine/moritz-desktop/machine-id/machineId/value diff --git a/vars/per-machine/moritz-desktop/machine-id/machineId/value b/vars/per-machine/moritz-desktop/machine-id/machineId/value new file mode 100644 index 0000000..8a8279a --- /dev/null +++ b/vars/per-machine/moritz-desktop/machine-id/machineId/value @@ -0,0 +1 @@ +84d1b12c1f1843a985b8989ae713d32d \ No newline at end of file From 12410a67f2f268c3b6135e8b45d5ce74b229ff4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 31 Mar 2025 15:07:23 +0200 Subject: [PATCH 2/2] fix: add timezones back --- machines/moritz-desktop/configuration.nix | 2 ++ machines/moritz-server/configuration.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/machines/moritz-desktop/configuration.nix b/machines/moritz-desktop/configuration.nix index 2c98cbd..b3f5dc7 100644 --- a/machines/moritz-desktop/configuration.nix +++ b/machines/moritz-desktop/configuration.nix @@ -16,6 +16,8 @@ ../../modules/shared.nix ]; + time.timeZone = "Europe/Berlin"; + users.users.root.openssh.authorizedKeys.keys = [ '' ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDHlemuKagHwz2T5rEwgJNlVUdUdOXyPtCEzD73CrwY2zmpR4AMj7y9u3Rm7HwHUDjLap1ZFwg+53bAsVP6HFZccCXoIfO/8BL0WDGQJrfgb+A+UiRhSqSvyZ77bGJkadbBkadguz3qR3PHcb41DOlhuqVcHxsY8ceHMxAuyb0pLJVJLeytMD+CHS/r7hoj2hckTNAZ+VhCXBtdZfZ7uPUBxLfluYRNNMmdwCglsg3RUS242nJUzy3A84+CXIGeWmNG9Fu45IDkwMthxSW9klyU9R38R9DBDcugkyb6vz+JKSuRVAa47qh/kmtsYekfL3ul9D2JN32P8S+6ZoXx+gXupGJ0ltwJWAFkhLJ+yeXj9kCOv/mIUmCB14jMGsvKiSwV25O/twyjqe2LEkMVgimgrjEYoHu+ZTyp0iFtUvSrFo4tsAhfWPV9yj4F/hUksW7xKIwq5Niyx7he5M/XddudtnAximyiBDGCdJm1Ejl0UaGa6ZQv7y6VZdx0PyZuraT7l9ub8so6JlE4cVgSSU9vE0IS2QqBuHhsIjh8RVksoTR2NQbeDdGaGpGnq2C8y0rDXwE/EJA4LK45khX/GPn73n8F0kBG8dBrWgRDAEODpmebScO7d5mCeM0z3lPcRmh+3e3DPnVVOl+uR7udlc7NauLzl7q913UtxZaF1PlD7Q== cardno:15_584_308 diff --git a/machines/moritz-server/configuration.nix b/machines/moritz-server/configuration.nix index a10240b..92f80c8 100644 --- a/machines/moritz-server/configuration.nix +++ b/machines/moritz-server/configuration.nix @@ -4,6 +4,8 @@ ../../modules/shared.nix ]; + time.timeZone = "Europe/Berlin"; + # Set this for clan commands use ssh i.e. `clan machines update` # If you change the hostname, you need to update this line to root@ # This only works however if you have avahi running on your admin machine else use IP