about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-01-10 23:21:00 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-01-10 23:21:00 +0900
commite804d8ca42c6f31d485689eb3af6ea7fe9c5851d (patch)
treec6deb99cad3bc4a6dc3fd221ec480179517fcfb5
parent1f1db48b9694265ef4df71bab1beb2c442ca49f7 (diff)
downloadnixos-conf-e804d8ca42c6f31d485689eb3af6ea7fe9c5851d.tar.gz
Admit vnpower
-rw-r--r--configuration.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 340eab4..0972cad 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -1,5 +1,5 @@
 # Overall configuration
-# Copyright (C) 2022-2023  Nguyễn Gia Phong
+# Copyright (C) 2022-2024  Nguyễn Gia Phong
 #
 # This file is part of loang configuration.
 #
@@ -149,6 +149,11 @@
       openssh.authorizedKeys.keyFiles = [ "/etc/ssh/owocean.pub" ];
     };
 
+    vnpower = {
+      isNormalUser = true;
+      openssh.authorizedKeys.keyFiles = [ "/etc/ssh/vnpower.pub" ];
+    };
+
     xarvos = {
       extraGroups = [ "wheel" ];
       isNormalUser = true;