add user profile
This commit is contained in:
parent
4077e693f9
commit
fe66d2b325
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
|||
killall
|
||||
];
|
||||
|
||||
users.users.jaina = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
systemd.network.enable = true;
|
||||
systemd.network.networks."10-wan" = {
|
||||
matchConfig.Name = "enp1s0";
|
||||
|
|
Loading…
Reference in a new issue