dump_stack() 2019-12-04 17:33:37 +00:00
padre 5583817493
commit 20adbe260f
Firmado por: dump_stack
ID de clave GPG: BE44DA8C062D87DC
Se han modificado 1 ficheros con 4 adiciones y 1 borrados

Ver fichero

@ -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}" = {