Merge branch 'main' of gitlab.com:c2842/computer_society/nixos
This commit is contained in:
commit
0d13f47f80
8 changed files with 94 additions and 32 deletions
|
@ -50,7 +50,7 @@ in {
|
|||
eno2 = {
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "193.1.99.72";
|
||||
address = ip_pub;
|
||||
prefixLength = 26;
|
||||
}
|
||||
];
|
||||
|
@ -60,7 +60,7 @@ in {
|
|||
ipv4.addresses = [
|
||||
{
|
||||
# internal address
|
||||
address = "193.1.99.125";
|
||||
address = ip_priv;
|
||||
prefixLength = 26;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue