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, inputs,
pkgs, pkgs,
lib, lib,
config,
... ...
}: { }: {
imports = [ imports = [
@ -23,6 +22,8 @@
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true; hardware.bluetooth.powerOnBoot = true;
security.pam.services.swaylock = {};
# Audio # Audio
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {