refactoring mail

This commit is contained in:
Ivan Dimitrov 2023-09-17 17:59:32 +03:00
parent d4fe622945
commit bded142444
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
{
imports = [
./vpsadminos.nix
./web.nix
];
services.openssh.enable = true;

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./configuration.nix ];
imports = [ ./configuration.nix ./web.nix ];
nix = {
extraOptions = ''