Use default Nix wgautomesh to be compatible with aarch64
This commit is contained in:
parent
4e01b3e58e
commit
b1ae48c9e0
1 changed files with 1 additions and 8 deletions
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue