box: get gonic working again (needed headphones user)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user