fix: add trusted-users to image

This commit is contained in:
truxnell 2024-03-21 10:26:53 +11:00
parent 4d7490c88e
commit d44748636f

View file

@ -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