home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 723e212e827e3d1a16a2ccf007fbcdd3a7a277ff
parent f61124a85db19a974b9edd76d2ef65ea1f4a5d3e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  1 Jul 2024 11:29:50 +0200

wakasu: so far, clight gets in the way.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/wakasu.nix | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -143,9 +143,9 @@ in location.provider = "geoclue2"; services = { geoclue2.enable = true; - clight = { - enable = true; - }; + # clight = { + # enable = true; + # }; envfs.enable = false; # automatic login is "safe" as we ask for the encryption passphrase anyway.. getty.autologinUser = "vincent";