mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
Compare commits
No commits in common. "1519305952b1e0cc03ab71a30c7869634234981a" and "4c06f0055554b889fe830b74652a801a7d2256ed" have entirely different histories.
1519305952
...
4c06f00555
4 changed files with 12 additions and 18 deletions
|
|
@ -4799,11 +4799,8 @@ Needed for control over system-wide privileges etc. Also I make sure that the ro
|
|||
pam.services = lib.mkIf (!minimal) {
|
||||
login.u2fAuth = true;
|
||||
sudo.u2fAuth = true;
|
||||
sshd.u2fAuth = false;
|
||||
swaylock = {
|
||||
u2fAuth = true;
|
||||
fprintAuth = false;
|
||||
};
|
||||
swaylock.u2fAuth = true;
|
||||
swaylock.fprintAuth = false;
|
||||
};
|
||||
polkit.enable = lib.mkIf (!minimal) true;
|
||||
|
||||
|
|
@ -13433,7 +13430,7 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
|
|||
border-radius = 15;
|
||||
border-size = 1;
|
||||
default-timeout = 5000;
|
||||
ignore-timeout = false;
|
||||
ignore-timeout = 1;
|
||||
icons = 1;
|
||||
layer = "overlay";
|
||||
sort = "-time";
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
border-radius = 15;
|
||||
border-size = 1;
|
||||
default-timeout = 5000;
|
||||
ignore-timeout = false;
|
||||
ignore-timeout = 1;
|
||||
icons = 1;
|
||||
layer = "overlay";
|
||||
sort = "-time";
|
||||
|
|
|
|||
|
|
@ -7,11 +7,8 @@
|
|||
pam.services = lib.mkIf (!minimal) {
|
||||
login.u2fAuth = true;
|
||||
sudo.u2fAuth = true;
|
||||
sshd.u2fAuth = false;
|
||||
swaylock = {
|
||||
u2fAuth = true;
|
||||
fprintAuth = false;
|
||||
};
|
||||
swaylock.u2fAuth = true;
|
||||
swaylock.fprintAuth = false;
|
||||
};
|
||||
polkit.enable = lib.mkIf (!minimal) true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue