1
0
Fork 0
dump_stack() 2019-12-04 17:33:37 +00:00
父節點 5583817493
當前提交 20adbe260f
簽署人: dump_stack
GPG 金鑰 ID: BE44DA8C062D87DC
共有 1 個檔案被更改,包括 4 行新增1 行删除

查看文件

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