fix(Zephyrus): Declare security.pam.swaylock
Fixes `swaylock` not unlocking
This commit is contained in:
parent
4f8d559d67
commit
b9cf39460d
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
@ -23,6 +22,8 @@
|
|||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
# Audio
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
|
Loading…
Reference in a new issue