trust users
This commit is contained in:
parent
77ad4b8146
commit
44d03fb8ad
1 changed files with 10 additions and 8 deletions
|
|
@ -37,10 +37,6 @@
|
|||
services.pcscd.enable = true;
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
security.pam.services.hyprlock = { };
|
||||
|
||||
security.doas = {
|
||||
|
|
@ -144,10 +140,16 @@
|
|||
dmidecode
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
nix.settings = {
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
trusted-users = [
|
||||
"root"
|
||||
"barrett"
|
||||
];
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue