Move the mailserver to Oracle, give up

This commit is contained in:
Jimbo 2024-10-22 08:02:35 -04:00
parent 951fee17e1
commit 7f0e1801d7
3 changed files with 7 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ mailserver, config, ... }:
{
imports = [
./hardware
@ -18,8 +18,11 @@
# Misc
../../../overlays
../../../variables
# Imports
mailserver.nixosModule
];
networking.hostName = "bomberman";
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.19/32" ];
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.19/24" ];
}