feat: add user to trusted-users

This commit is contained in:
2026-02-13 06:27:34 +01:00
parent ec8b9ff3b8
commit da508bd8f9

View File

@@ -59,10 +59,13 @@
shell = pkgs.fish; shell = pkgs.fish;
}; };
nix.settings.experimental-features = [ nix.settings = {
experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
]; ];
trusted-users = [ "root" currentSystemUser ];
};
nixpkgs.config.packageOverrides = pkgs: { nixpkgs.config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/main.tar.gz") { nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/main.tar.gz") {
inherit pkgs; inherit pkgs;