nixos/tower: Enable doas fingerprint auth

This commit is contained in:
Jack O'Sullivan 2022-09-09 14:25:39 +01:00
parent 09ddeecf4f
commit 5203b9ad98

View File

@ -66,6 +66,14 @@
};
};
security = {
doas = {
# Fingerprint auth :)
wheelNeedsPassword = true;
extraRules = [ { groups = [ "wheel" ]; persist = true; } ];
};
};
console.keyMap = "uk";
services = {