home

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

commit d3e5b42a09a2eeef61fb264d54b0d7d5b7c3b540
parent 81391697d28ccaa3534277161581d6f1370e756a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 22 Aug 2022 16:28:12 +0200

systems/hosts/wakasu: enable fprintd

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

Diffstat:
Msystems/hosts/wakasu.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -107,6 +107,7 @@ in services = { # automatic login is "safe" as we ask for the encryption passphrase anyway.. getty.autologinUser = "vincent"; + services.fprintd.enable = true; wireguard = { enable = true; ips = [ "${metadata.hosts.wakasu.wireguard.addrs.v4}/24" ];