mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
fix(ful): disable systemd-networkd-wait-online
This commit is contained in:
@@ -45,4 +45,7 @@ in {
|
|||||||
users.users.root.passwordFile = toString <system-secrets/root.password>;
|
users.users.root.passwordFile = toString <system-secrets/root.password>;
|
||||||
|
|
||||||
environment.systemPackages = [pkgs.vim pkgs.git pkgs.tmux pkgs.python3];
|
environment.systemPackages = [pkgs.vim pkgs.git pkgs.tmux pkgs.python3];
|
||||||
|
|
||||||
|
# since 22.05 timeout fails?
|
||||||
|
systemd.services.systemd-networkd-wait-online.enable = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user