about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;