hosts/remilia: add stateVersion in mailserver
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -12,6 +12,7 @@
 | 
				
			|||||||
    in
 | 
					    in
 | 
				
			||||||
    rec {
 | 
					    rec {
 | 
				
			||||||
      enable = true;
 | 
					      enable = true;
 | 
				
			||||||
 | 
					      stateVersion = 1;
 | 
				
			||||||
      fqdn = "mail.${domain}";
 | 
					      fqdn = "mail.${domain}";
 | 
				
			||||||
      sendingFqdn = fqdn;
 | 
					      sendingFqdn = fqdn;
 | 
				
			||||||
      domains = [ domain ];
 | 
					      domains = [ domain ];
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user