mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-17 02:36:06 +01:00
fix: changed location type
This commit is contained in:
@@ -50,8 +50,8 @@
|
|||||||
|
|
||||||
services.acpid.enable = true;
|
services.acpid.enable = true;
|
||||||
services.redshift.enable = true;
|
services.redshift.enable = true;
|
||||||
location.latitude = "63.825848";
|
location.latitude = 63.825848;
|
||||||
location.longitude = "-20.263035";
|
location.longitude = -20.263035;
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user