added niklas as friend
This commit is contained in:
parent
4e29b67e29
commit
aaef0b57ee
|
@ -66,6 +66,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.trusted-users = [ "raito" "luj" "gdd" "akechi" "tomate" ];
|
nix.settings.trusted-users = [ "raito" "luj" "gdd" "akechi" "tomate" "fuckuniklas" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,5 +24,14 @@ in
|
||||||
extraGroups = [ "wheel" ] ++ trustedFriendGroups;
|
extraGroups = [ "wheel" ] ++ trustedFriendGroups;
|
||||||
openssh.authorizedKeys.keyFiles = [ ./keys/linus.keys ];
|
openssh.authorizedKeys.keyFiles = [ ./keys/linus.keys ];
|
||||||
};
|
};
|
||||||
|
fuckuniklas = {
|
||||||
|
isNormalUser = true;
|
||||||
|
home = "/home/fuckuniklas";
|
||||||
|
shell = "/run/current-system/sw/bin/zsh";
|
||||||
|
uid = 2002;
|
||||||
|
extraGroups = trustedFriendGroups;
|
||||||
|
openssh.authorizedKeys.keyFiles = [ ./keys/niklas.keys ];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
1
modules/users/keys/niklas.keys
Normal file
1
modules/users/keys/niklas.keys
Normal file
|
@ -0,0 +1 @@
|
||||||
|
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAINHd1ay1FSTHZzE+3XCdUiS5efFmJ9GUvx4+7F5uXVtMAAAABHNzaDo= nikstur
|
Loading…
Reference in a new issue