diff options
author | tv <tv@shackspace.de> | 2015-05-20 16:27:15 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-05-20 16:27:15 +0200 |
commit | 7a406946f0fda636727e9693a07c4a246f426e37 (patch) | |
tree | e959e61cbb9c4d11621a3eec2c992bc71ac59eb6 /modules/mu | |
parent | d65a5340226abcf512e8a6db01ad8e56db64a6bd (diff) |
hosts tv: separate hashedPasswords per host
Diffstat (limited to 'modules/mu')
-rw-r--r-- | modules/mu/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mu/default.nix b/modules/mu/default.nix index 4bbd074d4..8490c842d 100644 --- a/modules/mu/default.nix +++ b/modules/mu/default.nix @@ -10,7 +10,7 @@ in { imports = [ - <secrets/hashedPasswords.nix> + <secrets/mu.hashedPasswords.nix> ../tv/base.nix ../tv/exim-retiolum.nix ../tv/retiolum.nix |