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