diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index c00f296..22bb3c6 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -73,6 +73,9 @@ }; # Define a user account. Don't forget to set a password with ‘passwd’. + + users.groups.wireshark = {}; + users.users.bruhng = { isNormalUser = true; description = "Gustav Bruhn";