nixos/tower: Enable doas fingerprint auth
This commit is contained in:
parent
09ddeecf4f
commit
5203b9ad98
@ -66,6 +66,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
security = {
|
||||||
|
doas = {
|
||||||
|
# Fingerprint auth :)
|
||||||
|
wheelNeedsPassword = true;
|
||||||
|
extraRules = [ { groups = [ "wheel" ]; persist = true; } ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
console.keyMap = "uk";
|
console.keyMap = "uk";
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
Loading…
Reference in New Issue
Block a user