Compare commits

..

No commits in common. "1519305952b1e0cc03ab71a30c7869634234981a" and "4c06f0055554b889fe830b74652a801a7d2256ed" have entirely different histories.

4 changed files with 12 additions and 18 deletions

View file

@ -4799,11 +4799,8 @@ Needed for control over system-wide privileges etc. Also I make sure that the ro
pam.services = lib.mkIf (!minimal) { pam.services = lib.mkIf (!minimal) {
login.u2fAuth = true; login.u2fAuth = true;
sudo.u2fAuth = true; sudo.u2fAuth = true;
sshd.u2fAuth = false; swaylock.u2fAuth = true;
swaylock = { swaylock.fprintAuth = false;
u2fAuth = true;
fprintAuth = false;
};
}; };
polkit.enable = lib.mkIf (!minimal) true; 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-radius = 15;
border-size = 1; border-size = 1;
default-timeout = 5000; default-timeout = 5000;
ignore-timeout = false; ignore-timeout = 1;
icons = 1; icons = 1;
layer = "overlay"; layer = "overlay";
sort = "-time"; sort = "-time";
@ -14986,11 +14983,11 @@ This service changes the screen hue at night. I am not sure if that really does
enable = true; enable = true;
extraArgs = [ extraArgs = [
"-W" "-W"
" Consider charging the battery" " Consider charging the battery"
"-C" "-C"
" Battery is low; plug in charger now" " Battery is low; plug in charger now"
"-D" "-D"
" Device will lose power in a few seconds" " Device will lose power in a few seconds"
"-c" "-c"
"10" "10"
"-d" "-d"

View file

@ -9,11 +9,11 @@ in
enable = true; enable = true;
extraArgs = [ extraArgs = [
"-W" "-W"
" Consider charging the battery" " Consider charging the battery"
"-C" "-C"
" Battery is low; plug in charger now" " Battery is low; plug in charger now"
"-D" "-D"
" Device will lose power in a few seconds" " Device will lose power in a few seconds"
"-c" "-c"
"10" "10"
"-d" "-d"

View file

@ -8,7 +8,7 @@
border-radius = 15; border-radius = 15;
border-size = 1; border-size = 1;
default-timeout = 5000; default-timeout = 5000;
ignore-timeout = false; ignore-timeout = 1;
icons = 1; icons = 1;
layer = "overlay"; layer = "overlay";
sort = "-time"; sort = "-time";

View file

@ -7,11 +7,8 @@
pam.services = lib.mkIf (!minimal) { pam.services = lib.mkIf (!minimal) {
login.u2fAuth = true; login.u2fAuth = true;
sudo.u2fAuth = true; sudo.u2fAuth = true;
sshd.u2fAuth = false; swaylock.u2fAuth = true;
swaylock = { swaylock.fprintAuth = false;
u2fAuth = true;
fprintAuth = false;
};
}; };
polkit.enable = lib.mkIf (!minimal) true; polkit.enable = lib.mkIf (!minimal) true;