diff --git a/flake.lock b/flake.lock index 0006cd6..d357465 100644 --- a/flake.lock +++ b/flake.lock @@ -600,11 +600,11 @@ ] }, "locked": { - "lastModified": 1751309344, - "narHash": "sha256-zmb01yyOXttyhJD3kRtW6Pkt1lsPbJvN3P92/GnI0tk=", + "lastModified": 1751336185, + "narHash": "sha256-ptnVr2x+sl7cZcTuGx/0BOE2qCAIYHTcgfA+/h60ml0=", "owner": "nix-community", "repo": "home-manager", - "rev": "78fc50f1cf8e57a974ff4bfe654563fce43d6289", + "rev": "96354906f58464605ff81d2f6c2ea23211cbf051", "type": "github" }, "original": { @@ -662,11 +662,11 @@ ] }, "locked": { - "lastModified": 1751031069, - "narHash": "sha256-5TnciluG7MGHoH5abAuC8UwRVrdEu7gKcpkz/bKb9N4=", + "lastModified": 1751375534, + "narHash": "sha256-9z1W64dDVtVxqgPzUbjIQqRfygg1hdivUOZ6d/H+yFg=", "owner": "nix-community", "repo": "nh", - "rev": "992aa30f55d35395b129376f16809319a9b23b16", + "rev": "d0abb8eebe32f79ce4659e68dd777cf497a5d3d2", "type": "github" }, "original": { @@ -821,11 +821,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1751011381, - "narHash": "sha256-krGXKxvkBhnrSC/kGBmg5MyupUUT5R6IBCLEzx9jhMM=", + "lastModified": 1751271578, + "narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "30e2e2857ba47844aa71991daa6ed1fc678bcbb7", + "rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df", "type": "github" }, "original": { @@ -889,11 +889,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1751294469, - "narHash": "sha256-414TahKtdKizb6L8oLucIqymbs2FiKC2a1ZoOa8q6dg=", + "lastModified": 1751366772, + "narHash": "sha256-s4z3by7bi+WpfJJz4UUX2K8LjfU8Pw0niUSM4ysGX/k=", "owner": "wamserma", "repo": "flake-programs-sqlite", - "rev": "9b21655138fb1d013c2f80c929b6985eb2bb75f0", + "rev": "403669c8a23648a86a77ca75b028668a5244b6a8", "type": "github" }, "original": { @@ -948,11 +948,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1751321360, - "narHash": "sha256-1o8aWEn1IBKieQ0116Pa0LzEI4IQ6gaib98EoZyPBZg=", + "lastModified": 1751349062, + "narHash": "sha256-wLopPCwevrrcglUAQLt5+NEc/IPkJ34JK73KaN4LDs4=", "owner": "lordgrimmauld", "repo": "run0-sudo-shim", - "rev": "4a9720bcf3b0acff495a53a5cb2afa929ab65835", + "rev": "0fd6700cbfeb10016ef9f41097bcc99c813ce7b6", "type": "github" }, "original": { diff --git a/modules/common/run0.nix b/modules/common/run0.nix index e663388..91dd9da 100644 --- a/modules/common/run0.nix +++ b/modules/common/run0.nix @@ -1,7 +1,6 @@ { security = { polkit.persistentAuthentication = true; - pam.services.systemd-run0 = {}; run0-sudo-shim.enable = true; }; }