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: {