fmt: a bit of a cleanup

This commit is contained in:
silver 2023-07-15 15:05:57 +01:00
parent 3a28291933
commit 6412a53070
12 changed files with 75 additions and 49 deletions

View file

@ -41,6 +41,13 @@ in {
];
};
services.skynet_backup = {
host = {
ip = ip_pub;
name = name;
};
};
# keep the wired usb connection alive (front panel)
networking.interfaces.enp0s29u1u5u2.useDHCP = true;