mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-07-14 17:54:51 +02:00
fix: changed location type
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user