trusted user > enry
This commit is contained in:
parent
2548a8f0dd
commit
d640002787
|
@ -30,7 +30,6 @@
|
|||
auto-optimise-store = true;
|
||||
|
||||
warn-dirty = false;
|
||||
trustedUsers = [ "@wheel" ];
|
||||
};
|
||||
|
||||
# This will add each flake input as a registry
|
||||
|
|
|
@ -18,9 +18,11 @@ in {
|
|||
hostName = "enry";
|
||||
};
|
||||
|
||||
users.users.user = {
|
||||
nix.settings.trusted-users = [ "root" "@wheel" ];
|
||||
|
||||
users.users.tasia = {
|
||||
isNormalUser = true;
|
||||
description = "User";
|
||||
description = "Tasia";
|
||||
extraGroups = ["networkmanager" "wheel" "dialout"];
|
||||
initialPassword = "correcthorsebatterystaple";
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
Loading…
Reference in a new issue