User settings restructured

This commit is contained in:
Bryan Ramos 2024-01-28 07:35:34 -05:00
parent fce12d274c
commit 2881653ec5
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 51 additions and 52 deletions

View file

@ -4,7 +4,11 @@
# Users
users.users = {
${config.user.name} = config.user;
${config.user.name} = {
isNormalUser = true;
extraGroups = config.user.groups;
openssh.authorizedKeys.keys = config.user.sshKeys;
};
};
# Nix