1
0
派生 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}" = {