1
0
Fork 0
dump_stack() 2019-12-04 17:33:37 +00:00
parent 5583817493
commit 20adbe260f
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# nix-channel --add https://nixos.org/channels/nixos-unstable unstable # nix-channel --add https://nixos.org/channels/nixos-unstable unstable
# nix-channel --update # nix-channel --update
# #
{ config, pkgs, ... }: { config, pkgs, lib, ... }:
let let
unstable = import <unstable> {}; unstable = import <unstable> {};
secrets = import ./secrets.nix; 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 = { services.nginx = {
enable = true; enable = true;
virtualHosts."${hostname}" = { virtualHosts."${hostname}" = {