Prepare for Liquidsoap 'API'-like integration for webpages
This commit is contained in:
parent
ad46c3321c
commit
11ab996451
4 changed files with 10 additions and 6 deletions
|
@ -17,7 +17,6 @@
|
|||
"kvm"
|
||||
"libvirtd"
|
||||
"qemu-libvirtd"
|
||||
"docker"
|
||||
"nginx"
|
||||
"minecraft"
|
||||
"nfsShare"
|
||||
|
|
9
nixos/users/liquidsoap.nix
Normal file
9
nixos/users/liquidsoap.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
# Add service users to extra groups
|
||||
users.users = {
|
||||
nextcloud = {
|
||||
extraGroups = [ "nginx" ];
|
||||
isSystemUser = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue