diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-13 23:42:02 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-13 23:42:02 +0900 |
commit | 94c4044b75ba799658c98949b0d6c144a39d8774 (patch) | |
tree | d853dc5f76c7ff98fa88214314f0ee8e51dced45 | |
parent | 0e8a7685139b375b71df9515395ea3fb621024ad (diff) | |
download | nixos-conf-94c4044b75ba799658c98949b0d6c144a39d8774.tar.gz |
Let int2k in
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index c7a1d01..53d9cec 100644 --- a/configuration.nix +++ b/configuration.nix @@ -69,6 +69,11 @@ packages = with pkgs; [ stow ]; }; + int2k = { + isNormalUser = true; + openssh.authorizedKeys.keyFiles = [ "/etc/ssh/int2k.pub" ]; + }; + owocean = { isNormalUser = true; openssh.authorizedKeys.keyFiles = [ "/etc/ssh/owocean.pub" ]; |