diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-06-17 00:37:46 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-06-17 00:37:46 +0900 |
commit | 0032426e641a99b8322a6a34113d49969625f358 (patch) | |
tree | c49254413e995850272e89136fffe6b50558162f | |
parent | 4a0ba5f3e38a47fc4542ce2392c70fd8d77c1ba1 (diff) | |
download | nixos-conf-0032426e641a99b8322a6a34113d49969625f358.tar.gz |
Promote xarvos to sudoer
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" ]; }; |