commit | df40c9ee63ca1e7e853edcc4fe982a2753eae7a9 | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Wed Mar 09 09:35:42 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Wed Mar 09 09:35:42 2022 +0000 |
tree | 3ad000d0c6ddc38957eefea80b71bed7d51e1f16 | |
parent | 69ca44ca43a02a9e35c570762022c0638d6fc695 [diff] |
Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix index d36873d..cae4bbf 100644 --- a/system/configuration.nix +++ b/system/configuration.nix
@@ -318,6 +318,15 @@ clicks = { config = '' config /home/minion/Nix/secrets/clicks/client.ovpn ''; }; }; + environment.etc = { + "pam.d/swaylock" = { + mode = "0777"; + text = '' + auth include login + ''; + }; + }; + nixpkgs.overlays = [ (self: super: { polkit = super.polkit.overrideAttrs (oldAttrs: {