Use updated run0 shim

This commit is contained in:
Henry Hiles 2025-07-01 09:40:03 -04:00
parent 3bb1ef953d
commit aad0a59797
No known key found for this signature in database
2 changed files with 15 additions and 16 deletions

30
flake.lock generated
View file

@ -600,11 +600,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1751309344, "lastModified": 1751336185,
"narHash": "sha256-zmb01yyOXttyhJD3kRtW6Pkt1lsPbJvN3P92/GnI0tk=", "narHash": "sha256-ptnVr2x+sl7cZcTuGx/0BOE2qCAIYHTcgfA+/h60ml0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "78fc50f1cf8e57a974ff4bfe654563fce43d6289", "rev": "96354906f58464605ff81d2f6c2ea23211cbf051",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -662,11 +662,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1751031069, "lastModified": 1751375534,
"narHash": "sha256-5TnciluG7MGHoH5abAuC8UwRVrdEu7gKcpkz/bKb9N4=", "narHash": "sha256-9z1W64dDVtVxqgPzUbjIQqRfygg1hdivUOZ6d/H+yFg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nh", "repo": "nh",
"rev": "992aa30f55d35395b129376f16809319a9b23b16", "rev": "d0abb8eebe32f79ce4659e68dd777cf497a5d3d2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -821,11 +821,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1751011381, "lastModified": 1751271578,
"narHash": "sha256-krGXKxvkBhnrSC/kGBmg5MyupUUT5R6IBCLEzx9jhMM=", "narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "30e2e2857ba47844aa71991daa6ed1fc678bcbb7", "rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -889,11 +889,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1751294469, "lastModified": 1751366772,
"narHash": "sha256-414TahKtdKizb6L8oLucIqymbs2FiKC2a1ZoOa8q6dg=", "narHash": "sha256-s4z3by7bi+WpfJJz4UUX2K8LjfU8Pw0niUSM4ysGX/k=",
"owner": "wamserma", "owner": "wamserma",
"repo": "flake-programs-sqlite", "repo": "flake-programs-sqlite",
"rev": "9b21655138fb1d013c2f80c929b6985eb2bb75f0", "rev": "403669c8a23648a86a77ca75b028668a5244b6a8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -948,11 +948,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1751321360, "lastModified": 1751349062,
"narHash": "sha256-1o8aWEn1IBKieQ0116Pa0LzEI4IQ6gaib98EoZyPBZg=", "narHash": "sha256-wLopPCwevrrcglUAQLt5+NEc/IPkJ34JK73KaN4LDs4=",
"owner": "lordgrimmauld", "owner": "lordgrimmauld",
"repo": "run0-sudo-shim", "repo": "run0-sudo-shim",
"rev": "4a9720bcf3b0acff495a53a5cb2afa929ab65835", "rev": "0fd6700cbfeb10016ef9f41097bcc99c813ce7b6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,7 +1,6 @@
{ {
security = { security = {
polkit.persistentAuthentication = true; polkit.persistentAuthentication = true;
pam.services.systemd-run0 = {};
run0-sudo-shim.enable = true; run0-sudo-shim.enable = true;
}; };
} }