add user profile

This commit is contained in:
jaina heartles 2024-02-25 16:09:54 -08:00
parent 4077e693f9
commit fe66d2b325
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@
killall
];
users.users.jaina = {
isNormalUser = true;
extraGroups = [ "wheel" ];
};
systemd.network.enable = true;
systemd.network.networks."10-wan" = {
matchConfig.Name = "enp1s0";