feat(servers): fix option.
This commit is contained in:
parent
7b2757aacd
commit
a016abced0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
# Enable trusted users
|
||||
nix.trustedUsers = ["root" "@wheel"];
|
||||
nix.settings.trustedUsers = ["root" "@wheel"];
|
||||
|
||||
# Setup gpu
|
||||
hardware.graphics = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue