mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
host gemini
This commit is contained in:
15
systems/ful/gemini.nix
Normal file
15
systems/ful/gemini.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [ 1965 ];
|
||||
services.agate = {
|
||||
enable = true;
|
||||
addresses = [ "0.0.0.0:1965" ];
|
||||
hostnames = [ "kmein.de" ];
|
||||
language = "de";
|
||||
};
|
||||
|
||||
services.restic.backups.niveum.paths = [
|
||||
config.services.agate.contentDir
|
||||
config.services.agate.certificatesDir
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user