feat: add website
This commit is contained in:
parent
d38327dfea
commit
d490504240
2 changed files with 44 additions and 0 deletions
|
|
@ -44,6 +44,12 @@
|
|||
ragon.agenix.secrets."picardResticPassword" = { };
|
||||
ragon.agenix.secrets."picardResticSSHKey" = { };
|
||||
|
||||
services.nginx.virtualHosts."xyno.space" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = ./xynospace;
|
||||
};
|
||||
|
||||
services.restic.backups."picard" = {
|
||||
passwordFile = config.age.secrets.picardResticPassword.path;
|
||||
extraOptions = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue