diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-05-18 18:44:26 +0200 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-05-18 19:03:18 +0200 |
| commit | f58c3094abe55e42ade55d3f70b9fe523a116300 (patch) | |
| tree | 437b928a657bb94e420332d5d68134cd0f5e29a5 /deployment/system/aisaka.scm | |
| parent | c5ef8fabf00d6ed3cd35bfd51b411acc5e3ea014 (diff) | |
(services networking): install a service in aisaka to ensure interfaces are up before using them
Diffstat (limited to 'deployment/system/aisaka.scm')
| -rw-r--r-- | deployment/system/aisaka.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/system/aisaka.scm b/deployment/system/aisaka.scm index 49d28a3..17636d1 100644 --- a/deployment/system/aisaka.scm +++ b/deployment/system/aisaka.scm @@ -297,7 +297,8 @@ (gnu:services:shepherd:shepherd-service (provision (list 'networking)) (requirement (list 'network-enp2s0-table - 'network-enp2s0-route-default)) + 'network-enp2s0-route-default + 'network-online)) (one-shot? #t) (respawn? #f) (start #~(const #t)) |
