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