From 0032426e641a99b8322a6a34113d49969625f358 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 17 Jun 2023 00:37:46 +0900 Subject: Promote xarvos to sudoer --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index cdda865..efd16f4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -105,6 +105,7 @@ }; xarvos = { + extraGroups = [ "wheel" ]; isNormalUser = true; openssh.authorizedKeys.keyFiles = [ "/etc/ssh/xarvos.pub" ]; }; -- cgit 1.4.1