diff --git a/configuration.nix b/configuration.nix index a2cd038..6bf7f8d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -36,6 +36,11 @@ killall ]; + users.users.jaina = { + isNormalUser = true; + extraGroups = [ "wheel" ]; + }; + systemd.network.enable = true; systemd.network.networks."10-wan" = { matchConfig.Name = "enp1s0";