add i3lock to sys config
This commit is contained in:
parent
0249e2941b
commit
9687235d30
|
@ -25,6 +25,8 @@ in {
|
|||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
programs.i3lock.u2fSupport = true;
|
||||
|
||||
security.pam = {
|
||||
services = {
|
||||
login.u2fAuth = true;
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.i3lock.enable = true;
|
||||
|
||||
networking = {
|
||||
hostName = "posixlycorrect";
|
||||
networkmanager.enable = true;
|
||||
|
|
Loading…
Reference in a new issue