box: get gonic working again (needed headphones user)

This commit is contained in:
Anish Lakhwara
2024-03-16 00:56:57 -07:00
parent c0ff69d9f8
commit a37a72e81f
3 changed files with 11 additions and 2 deletions
+8
View File
@@ -9,4 +9,12 @@
mossnet.gonic.user = "headphones";
mossnet.gonic.group = "audio";
networking.firewall.allowedTCPPorts = [ 4747 ];
users.users.gonic = {
uid = config.ids.uids.headphones;
# isSystemUser = true;
group = "audio";
home = "/var/lib/headphones";
createHome = true;
};
}