mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(retiolum): dont reload on change
This commit is contained in:
@@ -43,12 +43,6 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services."tinc.${netname}" = {
|
|
||||||
reloadIfChanged = true;
|
|
||||||
# also in https://github.com/NixOS/nixpkgs/pull/106715
|
|
||||||
serviceConfig.ExecReload = "${config.services.tinc.networks.${netname}.package}/bin/tinc -n ${netname} reload";
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.extraHosts = builtins.readFile (toString <retiolum/etc.hosts>);
|
networking.extraHosts = builtins.readFile (toString <retiolum/etc.hosts>);
|
||||||
|
|
||||||
environment.systemPackages = [ config.services.tinc.networks.${netname}.package ];
|
environment.systemPackages = [ config.services.tinc.networks.${netname}.package ];
|
||||||
|
|||||||
Reference in New Issue
Block a user