From e804d8ca42c6f31d485689eb3af6ea7fe9c5851d Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 10 Jan 2024 23:21:00 +0900 Subject: Admit vnpower --- configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; -- cgit 1.4.1