fix: changed location type

This commit is contained in:
Elias Renman
2023-11-27 23:06:57 +00:00
parent cfa4db4a7a
commit f99ce278ed

View File

@@ -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;