diff options
| author | Max Audron <audron@cocaine.farm> | 2023-10-10 15:30:22 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2023-10-10 15:30:22 +0200 |
| commit | 925c88e0ca0ee5033d5c19b8a18cb5048fdd0e23 (patch) | |
| tree | f98db6f97f590191adcfafb06200183258910a56 /machines/ettves/default.nix | |
| parent | deploy jellyfin (diff) | |
move to module defined deploy variables
Diffstat (limited to 'machines/ettves/default.nix')
| -rw-r--r-- | machines/ettves/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/machines/ettves/default.nix b/machines/ettves/default.nix index cf3fe23..5ffbad7 100644 --- a/machines/ettves/default.nix +++ b/machines/ettves/default.nix @@ -128,11 +128,10 @@ in { allowedIPs = [ "10.10.0.0/24" "10.102.0.0/24" "fd15:3d8c:d429:102::/72" ]; }; - _module.args.nixinate = { + deploy = { host = endpoint; buildOn = "remote"; substituteOnTarget = true; hermetic = false; - nixOptions = [ "--show-trace" ]; }; } |
