Merge branch 'main' of gitlab.com:c2842/computer_society/nixos

This commit is contained in:
silver 2023-07-05 18:32:09 +01:00
commit 0d13f47f80
8 changed files with 94 additions and 32 deletions

View file

@ -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;
}
];