diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 15:36:27 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 15:36:27 +0100 |
| commit | f373e772781c9d1cdbe2f97ef3791a7b41ac0657 (patch) | |
| tree | 7087dc65362f37b0ef6b85ac9e46a66fc491af1a /users | |
| parent | 04707c728441000d64d3d750916354310ff2d2ab (diff) | |
Nixfmt
Diffstat (limited to 'users')
| -rw-r--r-- | users/wilkuu-server.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/users/wilkuu-server.nix b/users/wilkuu-server.nix index b982ddf..c1bbc92 100644 --- a/users/wilkuu-server.nix +++ b/users/wilkuu-server.nix @@ -8,7 +8,10 @@ programs.zsh.enable = true; users.users.wilkuu = { shell = pkgs.zsh; - openssh.authorizedKeys.keyFiles = [ ../certs/wilkuu_rsa.pub ../certs/pi_ed25519.pub]; + openssh.authorizedKeys.keyFiles = [ + ../certs/wilkuu_rsa.pub + ../certs/pi_ed25519.pub + ]; isNormalUser = true; initialPassword = "PleazeChangeThis123"; extraGroups = [ |
