From ec65552ac6bb642e1dde36e39f6e4e8ecb65d362 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Thu, 11 Sep 2025 21:50:52 +0200 Subject: add user to audio group and update ssh key --- modules/common/users/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'modules/common') diff --git a/modules/common/users/default.nix b/modules/common/users/default.nix index 6f086c7..3dfcbfa 100644 --- a/modules/common/users/default.nix +++ b/modules/common/users/default.nix @@ -7,11 +7,16 @@ users.aethrvmn = { isNormalUser = true; - extraGroups = [ "networkmanager" "video" "wheel" ]; + extraGroups = [ + "audio" + "networkmanager" + "video" + "wheel" + ]; password = "gg"; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFTRmMBlTFJbOWQBLI9XS2HMdUSlsAcaQ6vWjLpfweEo aethrvmn@apotheke.earth" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF3R0qrWQ9omz87lt4YRCdI+QV55KxMqxU+Vz1mUM4ye me@aethrvmn.gr" ]; }; }; -- cgit v1.2.3