Commit d3e5b42a09a2

Vincent Demeester <vincent@sbr.pm>
2022-08-22 16:28:12
systems/hosts/wakasu: enable fprintd
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8139169
Changed files (1)
systems
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" ];