fix(home): Add group to trusted-users rather than specific user
This commit is contained in:
parent
a35918d02f
commit
28e81a3555
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
config.marleyos.my.name
|
"@wheel"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable flakes.
|
# Enable flakes.
|
||||||
|
|
Loading…
Reference in a new issue