diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-03-01 13:43:47 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-03-01 13:43:47 +0300 |
commit | 029acb0781f5a0e75dfd7a64cf8512c8cf12f07b (patch) | |
tree | e11bfbd58c20c62457f4010eca48d4b7ee091fc0 /nixosConfigurations | |
parent | 2024-02-29 (diff) |
2024-03-01
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/manwe/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixosConfigurations/manwe/default.nix b/nixosConfigurations/manwe/default.nix index d9ec359..5a2fffd 100644 --- a/nixosConfigurations/manwe/default.nix +++ b/nixosConfigurations/manwe/default.nix @@ -7,6 +7,7 @@ with lib; { imports = [ ./mailserver ./webserver.nix + ./hidden.nix ]; nixfiles.modules = { |