summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/desktop.nix4
-rw-r--r--machines/x220-aji.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/config/desktop.nix b/config/desktop.nix
index 552897e..c51fdd0 100644
--- a/config/desktop.nix
+++ b/config/desktop.nix
@@ -1,6 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./common.nix ./users.nix ];
+ location.latitude = 40.0;
+ location.longitude = -74.0;
hardware = {
opengl = {
@@ -84,8 +86,6 @@
redshift = {
enable = true;
- latitude = "40";
- longitude = "-74";
extraOptions = ["-r"];
};
};
diff --git a/machines/x220-aji.nix b/machines/x220-aji.nix
index 7d69e36..3268b0c 100644
--- a/machines/x220-aji.nix
+++ b/machines/x220-aji.nix
@@ -4,7 +4,7 @@
../config/desktop.nix
../config/thinkpad.nix
../config/yubikey.nix
- ../config/ap.nix
+ # ../config/ap.nix
];
nixpkgs.config.allowUnfree = true;