Temporary fix for https://github.com/NixOS/nixpkgs/issues/74849
This commit is contained in:
parent
5583817493
commit
20adbe260f
@ -2,7 +2,7 @@
|
||||
# nix-channel --add https://nixos.org/channels/nixos-unstable unstable
|
||||
# nix-channel --update
|
||||
#
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
unstable = import <unstable> {};
|
||||
secrets = import ./secrets.nix;
|
||||
@ -50,6 +50,9 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
systemd.services.gitea.serviceConfig.SystemCallFilter =
|
||||
lib.mkForce "~@clock @cpu-emulation @debug @keyring @memlock @module @mount @obsolete @raw-io @reboot @resources @setuid @swap";
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."${hostname}" = {
|
||||
|
Loading…
Reference in New Issue
Block a user