summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2019-05-03 13:11:47 +0200
committerRobin Raymond <robin@robinraymond.de>2019-05-03 13:11:47 +0200
commita485cb37191543e92e7e26a450138d407cd0d355 (patch)
tree5bf1d7efcaefcf798895628ca115903c44eea038
parent2c59de8dcba6ec7ca386391cb139b06e40450bdd (diff)
fix nixops file
-rw-r--r--nixops/single-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/single-server.nix b/nixops/single-server.nix
index 1976809..115c593 100644
--- a/nixops/single-server.nix
+++ b/nixops/single-server.nix
@@ -17,7 +17,7 @@
hashedPassword = "$6$/z4n8AQl6K$kiOkBTWlZfBd7PvF5GsJ8PmPgdZsFGN1jPGZufxxr60PoR0oUsrvzm2oQiflyz5ir9fFJ.d/zKm/NgLXNUsNX/";
};
};
- virtualAliases = {
+ extraVirtualAliases = {
"info@example.com" = "user1@example.com";
"postmaster@example.com" = "user1@example.com";
"abuse@example.com" = "user1@example.com";