From f99ce278ed95f93b3d5b7ab3da441dab7bcda216 Mon Sep 17 00:00:00 2001 From: Elias Renman <33152039+eliasrenman@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:06:57 +0000 Subject: [PATCH] fix: changed location type --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index ebcdee8..f4c6efe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -50,8 +50,8 @@ services.acpid.enable = true; services.redshift.enable = true; - location.latitude = "63.825848"; - location.longitude = "-20.263035"; + location.latitude = 63.825848; + location.longitude = -20.263035; services.openssh.enable = true;