From a65ca7b4055fcfa891ae38b9108881b75fb610a8 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 5 May 2022 23:44:20 +0900 Subject: Let owocean in --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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" ]; -- cgit 1.4.1