diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-05-05 23:44:20 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-05-05 23:44:20 +0900 |
| commit | a65ca7b4055fcfa891ae38b9108881b75fb610a8 (patch) | |
| tree | 158e92e7d25c864fe96b6515815cfeeed3f422b5 | |
| parent | 7042c8b56d851be4bdcf27e4160a1e2dfb30874b (diff) | |
| download | nixos-conf-a65ca7b4055fcfa891ae38b9108881b75fb610a8.tar.gz | |
Let owocean in
| -rw-r--r-- | configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 91d8904..a479d41 100644 --- a/configuration.nix +++ b/configuration.nix @@ -93,6 +93,11 @@ in { packages = with pkgs; [ stow ]; }; + owocean = { + isNormalUser = true; + openssh.authorizedKeys.keyFiles = [ "/etc/ssh/owocean.pub" ]; + }; + xarvos = { isNormalUser = true; openssh.authorizedKeys.keyFiles = [ "/etc/ssh/xarvos.pub" ]; |
