Skip to content

Commit

Permalink
fix: mailserver evaluation missing fqdn
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilTaken committed Jul 24, 2024
1 parent 0d9c178 commit 0bbafb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/eval.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
config = {
networking.hostName = "options";
networking.domain = "options";
mailserver.fqdn = "test.fcio.net";
};

imports = [
Expand Down

0 comments on commit 0bbafb5

Please sign in to comment.