From b9cf39460d14012d847bc66c80a17be668ce33bf Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Mon, 30 Sep 2024 14:08:31 +0200 Subject: [PATCH] fix(Zephyrus): Declare `security.pam.swaylock` Fixes `swaylock` not unlocking --- hosts/Zephyrus/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/Zephyrus/default.nix b/hosts/Zephyrus/default.nix index bcb4a30..504d638 100644 --- a/hosts/Zephyrus/default.nix +++ b/hosts/Zephyrus/default.nix @@ -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 = {