fuck it, no more trusted users

This commit is contained in:
Artemis Tosini 2024-05-13 16:04:56 +00:00
parent 6c75586f82
commit 00bb67bc63
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc
3 changed files with 13 additions and 15 deletions

View file

@ -314,11 +314,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715380449, "lastModified": 1715486357,
"narHash": "sha256-716+f9Rj3wjSyD1xitCv2FcYbgPz1WIVDj+ZBclH99Y=", "narHash": "sha256-4pRuzsHZOW5W4CsXI9uhKtiJeQSUoe1d2M9mWU98HC4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d7682620185f213df384c363288093b486b2883f", "rev": "44677a1c96810a8e8c4ffaeaad10c842402647c1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -380,11 +380,11 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1715435912, "lastModified": 1715485879,
"narHash": "sha256-71Me/4yaGdhL55dC/SPLuBFXC2XxFRbbaTARHk/Gsic=", "narHash": "sha256-a+sGR5aW4K9qF6EALPSOsui8EZF80yBKofWrSE7IZ/Q=",
"rev": "a30c5673367533aec48faa59dd0d76b283dda1ba", "rev": "4b35e6a75e35e0f79bdadfd5e0d44bc870dcc135",
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/a30c5673367533aec48faa59dd0d76b283dda1ba.tar.gz" "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/4b35e6a75e35e0f79bdadfd5e0d44bc870dcc135.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -423,11 +423,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1714878592, "lastModified": 1715483403,
"narHash": "sha256-E68C03sYRsYFsK7wiGHUIJm8IsyPRALOrFoTL0glXnI=", "narHash": "sha256-WMDuQj7J5jbpXI/X/E6FZRKgBFGcaSTvYyVxPnKE6KU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "a362555e9dbd4ecff3bb98969bbdb8f79fe87f10", "rev": "f9027322f48b427da23746aa359a6510dfcd0228",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -453,11 +453,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1715266358, "lastModified": 1715534503,
"narHash": "sha256-doPgfj+7FFe9rfzWo1siAV2mVCasW+Bh8I1cToAXEE4=", "narHash": "sha256-5ZSVkFadZbFP1THataCaSf0JH2cAH3S29hU9rrxTEqk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f1010e0469db743d14519a1efd37e23f8513d714", "rev": "2057814051972fa1453ddfb0d98badbea9b83c06",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -21,7 +21,6 @@
"flakes" "flakes"
"ca-derivations" "ca-derivations"
]; ];
trusted-users = [ "@wheel" ];
use-xdg-base-directories = true; use-xdg-base-directories = true;
}; };

View file

@ -1,7 +1,6 @@
{ ... }: { ... }:
{ {
nix.settings.trusted-users = [ "build" ];
users.users.build = { users.users.build = {
isSystemUser = true; isSystemUser = true;
home = "/home/build"; home = "/home/build";