Ensure trusted-users for spotlight
This commit is contained in:
parent
c7cf034948
commit
ebc3526214
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "flakes" "nix-command" ];
|
nix.settings = {
|
||||||
|
experimental-features = [ "flakes" "nix-command" ];
|
||||||
|
trusted-users = [ "spotlight" ];
|
||||||
|
};
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
time.timeZone = "America/Chicago";
|
time.timeZone = "America/Chicago";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue