Move the mailserver to Oracle, give up
This commit is contained in:
parent
951fee17e1
commit
7f0e1801d7
3 changed files with 7 additions and 12 deletions
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue