parent
c46903e3a0
commit
032072374b
35 changed files with 511 additions and 324 deletions
19
machines/mail/definition.nix
Normal file
19
machines/mail/definition.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
imports = [
|
||||
./mailserver.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
interfaces.eth0.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.1.25";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
nameservers = ["192.168.1.53"];
|
||||
defaultGateway = "192.168.1.1";
|
||||
};
|
||||
deployment.targetHost = "192.168.1.25";
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue