Add forge server, clean up common nginx configuration, and update for
latest nixos configuration expectations
This commit is contained in:
parent
c5de48b167
commit
8b74198e4d
8 changed files with 99 additions and 33 deletions
|
|
@ -7,6 +7,14 @@
|
|||
openFirewall = true;
|
||||
};
|
||||
|
||||
# See https://github.com/NixOS/nixpkgs/issues/360592
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"aspnetcore-runtime-6.0.36"
|
||||
"aspnetcore-runtime-wrapped-6.0.36"
|
||||
"dotnet-sdk-6.0.428"
|
||||
"dotnet-sdk-wrapped-6.0.428"
|
||||
];
|
||||
|
||||
users.extraUsers.sonarr = {
|
||||
extraGroups = [ "sonarr" "multimedia" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue