[albert] fix wrong network driver in init
This commit is contained in:
@@ -65,7 +65,7 @@ in
|
||||
malobeo.initssh = {
|
||||
enable = true;
|
||||
authorizedKeys = sshKeys.admins;
|
||||
ethernetDrivers = ["r8169"];
|
||||
ethernetDrivers = ["e1000e"];
|
||||
};
|
||||
|
||||
services.malobeo.vpn = {
|
||||
|
||||
Reference in New Issue
Block a user