Dernier fix réseau #111

Merged
thubrecht merged 3 commits from lbailly/infrastructure:nat into main 2024-07-08 20:47:21 +02:00
Member
No description provided.
lbailly force-pushed nat from c631d54e49 to e5e21daf76 2024-05-30 21:50:09 +02:00 Compare
thubrecht reviewed 2024-05-31 15:31:24 +02:00
@ -190,0 +198,4 @@
script = ''
if ${lib.getExe' pkgs.iputils "ping"} -c 1 8.8.8.8 > /dev/null || ${lib.getExe' pkgs.iputils "ping"} -c 1 1.1.1.1 > /dev/null; then
${
builtins.concatStringsSep "\n " (
Owner
https://noogle.dev/f/lib/concatMapStringsSep
lbailly marked this conversation as resolved
thubrecht reviewed 2024-05-31 15:34:00 +02:00
@ -188,2 +194,4 @@
systemd-networkd.serviceConfig.LimitNOFILE = 4096;
net-checker = {
Owner

Tu peux aussi rajouter

path [ pkgs.iputils pkgs.systemd ];

Et pas mettre des getExe' partout

Tu peux aussi rajouter ```nix path [ pkgs.iputils pkgs.systemd ]; ``` Et pas mettre des `getExe'` partout
lbailly marked this conversation as resolved
lbailly force-pushed nat from e5e21daf76 to ec428b669f 2024-05-31 15:43:40 +02:00 Compare
lbailly force-pushed nat from 629d067380 to 17667bd39b 2024-06-15 10:20:10 +02:00 Compare
lbailly force-pushed nat from 17667bd39b to 411795c664 2024-07-08 20:38:08 +02:00 Compare
thubrecht changed title from WIP: Dernier fix réseau to Dernier fix réseau 2024-07-08 20:46:51 +02:00
thubrecht merged commit 411795c664 into main 2024-07-08 20:47:21 +02:00
thubrecht deleted branch nat 2024-07-08 20:47:21 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DGNum/infrastructure#111
No description provided.