fix: add trusted-users to image
This commit is contained in:
parent
4d7490c88e
commit
d44748636f
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@
|
|||
# <nixos-hardware/raspberry-pi/4>
|
||||
# ];
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
trusted-users = [ "root" "@wheel" ];
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
|
||||
# Configure your nixpkgs instance
|
||||
|
|
Reference in a new issue