mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-16 23:16:04 +01: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