diff options
| author | adikro <adikro@disroot.org> | 2026-01-06 22:34:59 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-06 22:34:59 +0100 |
| commit | 1abd23db1e18266ffe8035daea1aa3153e736428 (patch) | |
| tree | d587898eec255dbed6c9ce1079abe769aac6fdab /os/core/security.nix | |
| parent | 96b694b5251957bc6d33760462d28ee4864b0353 (diff) | |
mpv fixed, configured swaylock, and a lot of other stuff
Diffstat (limited to 'os/core/security.nix')
| -rw-r--r-- | os/core/security.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/core/security.nix b/os/core/security.nix index 839010b..e8c541c 100644 --- a/os/core/security.nix +++ b/os/core/security.nix @@ -8,6 +8,7 @@ in services.gnome.gnome-keyring.enable = true; security = { + pam.services.swaylock = {}; polkit.enable = true; rtkit.enable = true; }; |
