[#33] Refactored existing network config

This commit is contained in:
Dennis Frieberg 2024-03-31 21:47:33 +02:00
parent 326cc52c2e
commit cabd210aa6
Signed by: nerf
GPG key ID: 42DED0E2D8F04FB6
3 changed files with 50 additions and 17 deletions

View file

@ -4,7 +4,7 @@
../../modules/jitsi.nix
../../roles
../../roles/vm.nix
./network.nix
../../modules/vmNetwork.nix
];
services.mathebau-jitsi = {
@ -14,5 +14,6 @@
# System configuration here
networking.hostName = "ghatanothoa";
vmNetwork.ipv4 = "192.168.0.25";
system.stateVersion = "23.11";
}