[albert] fix wrong network driver in init
Check flake syntax / flake-check (push) Successful in 13m10s
Hydra callback / on_push (pull_request) Skipped
Hydra callback / on_pr (pull_request) Failing after 3h10m9s

This commit is contained in:
2026-08-25 22:41:07 +02:00
parent 483a39cea8
commit cf303da843
+1 -1
View File
@@ -65,7 +65,7 @@ in
malobeo.initssh = {
enable = true;
authorizedKeys = sshKeys.admins;
ethernetDrivers = ["r8169"];
ethernetDrivers = ["e1000e"];
};
services.malobeo.vpn = {