apply nixpkgs-fmt

This commit is contained in:
Jörg Thalheim 2023-11-02 10:43:57 +01:00
parent 75d7180dc1
commit fba4a2bf0d
3 changed files with 4 additions and 2 deletions

View file

@ -50,7 +50,8 @@ makeTest' {
name = "eth0"; name = "eth0";
address = [ address = [
# Some static addresses that we want to see in the kexeced image # Some static addresses that we want to see in the kexeced image
"192.168.42.1/24" "42::1/64" "192.168.42.1/24"
"42::1/64"
]; ];
routes = [ routes = [
# Some static routes that we want to see in the kexeced image # Some static routes that we want to see in the kexeced image

View file

@ -0,0 +1 @@