add trusted users
This commit is contained in:
parent
6bf0a545d2
commit
e90c48beb4
3 changed files with 9 additions and 1 deletions
|
|
@ -8,6 +8,10 @@
|
|||
}: {
|
||||
imports = [./hardware-configuration.nix];
|
||||
|
||||
nix.settings = {
|
||||
trusted-users = ["zack"];
|
||||
};
|
||||
|
||||
hardware.audio.enable = true;
|
||||
hardware.nvidia.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue