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/fra01 | |
| parent | deploy jellyfin (diff) | |
move to module defined deploy variables
Diffstat (limited to 'machines/fra01')
| -rw-r--r-- | machines/fra01/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/fra01/default.nix b/machines/fra01/default.nix index 6e2f80f..f296fc1 100644 --- a/machines/fra01/default.nix +++ b/machines/fra01/default.nix @@ -30,10 +30,10 @@ in allowedIPs = [ "10.102.5.0/24" "fd15:3d8c:d429:102:500::/72" ]; }; - _module.args.nixinate = { + deploy = { host = endpoint; buildOn = "local"; substituteOnTarget = true; - hermetic = true; + hermetic = false; }; } |
