no more sudo-rs, it's kind of broken

This commit is contained in:
Artemis Tosini 2024-05-04 00:25:30 +00:00
parent 6264f29395
commit 71ca46ce1b
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc
2 changed files with 18 additions and 37 deletions

View file

@ -115,21 +115,6 @@
}
},
"flake-compat_2": {
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"ref": "refs/heads/master",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"revCount": 57,
"type": "git",
"url": "ssh://git@git.lix.systems/lix-project/flake-compat"
},
"original": {
"type": "git",
"url": "ssh://git@git.lix.systems/lix-project/flake-compat"
}
},
"flake-compat_3": {
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
@ -143,7 +128,7 @@
"url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
}
},
"flake-compat_4": {
"flake-compat_3": {
"flake": false,
"locked": {
"lastModified": 1696426674,
@ -350,11 +335,11 @@
]
},
"locked": {
"lastModified": 1714464433,
"narHash": "sha256-ztvukQ2LvrRQBtiRiut8FgCOyKXgqLTIp3Deg/OguUY=",
"lastModified": 1714720101,
"narHash": "sha256-Dxlj52coLzQZVV4a9IMMc/2xU5FIpj0iaHBigPwoNjM=",
"owner": "jovian-experiments",
"repo": "jovian-nixos",
"rev": "2a5194b960801b68cfc4c811eb1733cf3aa8ece6",
"rev": "68b6bfacf67fcb1660c024b8dcd9376af38bbafe",
"type": "github"
},
"original": {
@ -395,11 +380,11 @@
"lix": {
"flake": false,
"locked": {
"lastModified": 1714680948,
"narHash": "sha256-DCF2rcuKfgRya7226aLGe+o8kHImogUymrccqtbhO+0=",
"lastModified": 1714774053,
"narHash": "sha256-RaiwQCGFhC1WtieS2N3FotIlKSowq+R6ETyY6nZnPh8=",
"ref": "refs/heads/main",
"rev": "bf7abec65da2a553ff166bcdad31d1f00c155a04",
"revCount": 15461,
"rev": "549d609a7bce2b4ac28808a76a72d7f3743b9c76",
"revCount": 15471,
"type": "git",
"url": "ssh://git@lix.systems/lix-project/lix"
},
@ -410,7 +395,6 @@
},
"lix-module": {
"inputs": {
"flake-compat": "flake-compat_2",
"flake-utils": [
"utils"
],
@ -423,11 +407,11 @@
]
},
"locked": {
"lastModified": 1714635413,
"narHash": "sha256-mTScnu9DfwppiBmnVSPDI+TMNKdNtAPT7bJF3Ngv8cA=",
"lastModified": 1714781637,
"narHash": "sha256-GWUKGPNykeqVEw/z3VriyOoqnZ0ZxT8iehnUoJljAEU=",
"ref": "refs/heads/main",
"rev": "ae4a5342c10108d43e60631a61161679f919e8e1",
"revCount": 54,
"rev": "f87998884022cabbec27218c0d97e9f7da51b4de",
"revCount": 56,
"type": "git",
"url": "ssh://git@lix.systems/lix-project/nixos-module"
},
@ -458,11 +442,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1714465198,
"narHash": "sha256-ySkEJvS0gPz2UhXm0H3P181T8fUxvDVcoUyGn0Kc5AI=",
"lastModified": 1714746424,
"narHash": "sha256-Jdyw7VcM+jQ0uSXgjFj8UdXZ229yOvPNlYkKyKyHA4s=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "68d680c1b7c0e67a9b2144d6776583ee83664ef4",
"rev": "3f017311191fe6d501ca2496a835d012f656ee9c",
"type": "github"
},
"original": {
@ -506,7 +490,7 @@
"nixvim": {
"inputs": {
"devshell": "devshell",
"flake-compat": "flake-compat_3",
"flake-compat": "flake-compat_2",
"flake-parts": "flake-parts_2",
"home-manager": [
"home-manager"
@ -536,7 +520,7 @@
},
"pre-commit-hooks": {
"inputs": {
"flake-compat": "flake-compat_4",
"flake-compat": "flake-compat_3",
"flake-utils": "flake-utils_2",
"gitignore": "gitignore_2",
"nixpkgs": [

View file

@ -86,10 +86,7 @@
mutableUsers = false;
};
security.sudo-rs = {
enable = true;
execWheelOnly = true;
};
security.sudo.execWheelOnly = true;
systemd.extraConfig = "DefaultLimitCORE=infinity";
security.pam.loginLimits = [