From 26ac7e2f319aa45f2e7779acaa2f277a5c409b1a Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Sat, 22 Aug 2026 11:16:00 -0400 Subject: [PATCH] nixos-pc: add frank user to moonshine group --- hosts/shared/nixos-pc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/shared/nixos-pc.nix b/hosts/shared/nixos-pc.nix index c3fb6a1..b8ebf85 100644 --- a/hosts/shared/nixos-pc.nix +++ b/hosts/shared/nixos-pc.nix @@ -284,6 +284,7 @@ in extraGroups = [ "networkmanager" "wheel" + "moonshine" "libvirtd" "input" "video"