add sajenim to trusted users
This commit is contained in:
parent
5ae4e793e7
commit
47bae37e86
|
@ -22,6 +22,10 @@
|
|||
experimental-features = "nix-command flakes";
|
||||
# Deduplicate and optimize nix store
|
||||
auto-optimise-store = true;
|
||||
# Additional rights when connecting to the Nix daemon
|
||||
trusted-users = [
|
||||
"sajenim"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue