tofu workflow
This commit is contained in:
parent
6972897c46
commit
acc0dac234
26 changed files with 674 additions and 156 deletions
12
machines/mail/networking.nix
Normal file
12
machines/mail/networking.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
networking = {
|
||||
interfaces.eth0.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.1.25";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
nameservers = ["192.168.1.53"];
|
||||
defaultGateway = "192.168.1.1";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue