nixpkgs: allow unfree everywhere

This commit is contained in:
2025-06-02 21:14:04 +01:00
parent 7569a548e2
commit 0cda947ca5
6 changed files with 15 additions and 17 deletions

View File

@ -7,8 +7,6 @@ let
domain = "outline.vimium.com";
in
{
nixpkgs.config.allowUnfree = true;
services.nginx.virtualHosts = {
"${domain}" = {
forceSSL = true;