Use default Nix wgautomesh to be compatible with aarch64

This commit is contained in:
Zuma 2025-11-06 20:14:57 +01:00
parent 4e01b3e58e
commit b1ae48c9e0

View file

@ -1,10 +1,3 @@
let
wgautomesh = builtins.fetchTarball {
url = "https://git.deuxfleurs.fr/attachments/ce203833-1ae7-43d4-9bf4-b49b560c9f4b";
sha256 = "sha256:1kc990s7xkwff53vs6c3slg7ljsyr9xz1i13j61ivfj6djyh8rmj";
};
in
{ config, lib, pkgs, ...}: { config, lib, pkgs, ...}:
with lib; with lib;
let let
@ -77,7 +70,7 @@ in
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = "${wgautomesh}/bin/wgautomesh ${configFile}"; ExecStart = "${pkgs.wgautomesh}/bin/wgautomesh ${configFile}";
Restart = "always"; Restart = "always";
RestartSec = "30"; RestartSec = "30";