mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-08 23:27:29 +02:00
add smeik user on beleth
This commit is contained in:
parent
8dfa29c869
commit
d31e038e92
1 changed files with 8 additions and 0 deletions
|
@ -62,4 +62,12 @@
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0QdrpIcknqHvn0os4+ANcwMEkLu7VBOClEL0+nvTZj Kenzo"
|
||||
];
|
||||
};
|
||||
users.users.smeik = {
|
||||
isNormalUser = true;
|
||||
packages = with pkgs; [ git wget ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGckaDZwHQONiCAfjKiKC3ESCWu2ksGYkaHRBA+dK6rl smeik-hasi-infra"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN7UkcmSVo+SeB5Obevz3mf3UHruYxn0UHUzoOs2gDBy xqtc@heroin.trade"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue