fix(nix): move location related values to encrypted file

This commit is contained in:
steveej 2022-11-19 16:33:35 -06:00
parent a2314019ba
commit 37ecf7d4b1
4 changed files with 10 additions and 4 deletions

View file

@ -1,6 +1,8 @@
{ pkgs, ... }:
let
passwords = import ../../variables/passwords.crypt.nix;
inherit (import ../lib.nix { }) mkSimpleTrayService;
audio = pkgs.writeShellScript "audio" ''
@ -279,8 +281,7 @@ in {
cbatticon.enable = true;
redshift = {
enable = true;
longitude = "9.1698";
latitude = "47.6691";
inherit (passwords.location.stefan) longitude latitude;
temperature = {
day = 6700;
night = 3700;