mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-14 01:08:39 +02:00
Merge pull request #25 from NixOS/add-backups
This commit is contained in:
@ -15,6 +15,11 @@ in
|
||||
sops.secrets.nixos-wiki.owner = config.services.phpfpm.pools.mediawiki.user;
|
||||
sops.secrets.nixos-wiki-github-client-secret.owner = config.services.phpfpm.pools.mediawiki.user;
|
||||
|
||||
networking = {
|
||||
hostName = "wiki";
|
||||
domain = "nixos.org";
|
||||
};
|
||||
|
||||
services.nixos-wiki = {
|
||||
hostname = "wiki.staging.julienmalka.me";
|
||||
adminPasswordFile = config.sops.secrets.nixos-wiki.path;
|
||||
|
Reference in New Issue
Block a user