feat(desktop): fix trusted option.
This commit is contained in:
parent
b53b558532
commit
0135e2ad80
@ -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…
x
Reference in New Issue
Block a user