trusted user > enry

This commit is contained in:
Tasia Iso 2024-05-30 19:50:22 +02:00
parent 2548a8f0dd
commit d640002787
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
2 changed files with 4 additions and 3 deletions

View file

@ -30,7 +30,6 @@
auto-optimise-store = true;
warn-dirty = false;
trustedUsers = [ "@wheel" ];
};
# This will add each flake input as a registry

View file

@ -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 = [