From b7a1272618c7f019d40881cc851a6e86973f466c Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Mon, 28 Apr 2025 15:59:43 +0200 Subject: [PATCH] 97 current 2025-04-28 15:59:42 25.05.20250424.f771eb4 6.12.24 * --- hosts/framework/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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";