This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-26 00:08:19 +02:00
parent 1b79b96953
commit 6b8d56440d
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,3 @@
{ config, pkgs, ... }:
{
imports = [ ./configuration.nix ./mailserver ./roundcube ./postgres ./wireguard ./nginx ./webshite ./tor ./i2pd ./gitea ./dnscrypt ];
imports = [ ./configuration.nix ./mailserver ./roundcube ./postgres ./wireguard ./nginx ./webshite ./tor ./i2pd ./gitea ./dnscrypt ./monero ];
}

View File

@ -0,0 +1,6 @@
{
services.monero = {
enable = true;
dataDir = "/mnt/export1981/monero";
};
}