fix(Zephyrus): Declare security.pam.swaylock

Fixes `swaylock` not unlocking
This commit is contained in:
GaspardCulis 2024-09-30 14:08:31 +02:00
parent 4f8d559d67
commit b9cf39460d

View file

@ -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 = {