about summary refs log tree commit diff
path: root/nixosConfigurations/manwe
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/manwe/mailserver/default.nix2
1 files changed, 1 insertions, 1 deletions
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

Consider giving Nix/NixOS a try! <3