restructure user management
This commit is contained in:
parent
3a9a7242fc
commit
ddb7df4a4e
16 changed files with 482 additions and 481 deletions
|
|
@ -7,8 +7,12 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
my.server.enable = true;
|
||||
my = {
|
||||
enabledUsers = ["vinzenz"];
|
||||
server.enable = true;
|
||||
};
|
||||
|
||||
# TODO change to user "vinzenz" when tested
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICdYqY3Y1/f1bsAi5Qfyr/UWuX9ixu96IeAlhoQaJkbf''
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue