From 6552c02a332882914c2fae08c6166b94d4682e00 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 15 Jan 2024 11:02:37 +0300 Subject: 2024-01-15 --- nixosConfigurations/eonwe/default.nix | 4 ---- nixosConfigurations/manwe/mailserver/default.nix | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'nixosConfigurations') diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 8e10af9..387c51a 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -5,10 +5,6 @@ ... }: with lib; { - imports = [ - ./hidden.nix - ]; - nixfiles.modules = { ark.enable = true; diff --git a/nixosConfigurations/manwe/mailserver/default.nix b/nixosConfigurations/manwe/mailserver/default.nix index cb6b3dd..ce32f5e 100644 --- a/nixosConfigurations/manwe/mailserver/default.nix +++ b/nixosConfigurations/manwe/mailserver/default.nix @@ -81,7 +81,7 @@ with lib; { # Just a list of accounts with aliases and hasedPasswords. Not necessarily # secret, but kept from prying eyes. - loginAccounts = import ./accounts.nix lib; + loginAccounts = import ./hidden.nix lib; }; # https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/issues/241 -- cgit 1.4.1