From 6cce6f2211910a668976442cf66608b4fb780611 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 14 Nov 2023 23:21:10 -0500 Subject: Revert "systems: nixinate -> deploy-rs (again)" This reverts commit f281097023293a482498412d3760f350663b7314. Revert "ci: fix typo in deploy nix develop command" This reverts commit 2f15e8997f3086a1dc0fc6f472b46aaee11c98bf. --- systems/atlas/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'systems/atlas/default.nix') diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index e8c28e3..d241658 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -9,6 +9,14 @@ ./nginx.nix ]; + _module.args.nixinate = { + host = "atlas"; + sshUser = "root"; + buildOn = "remote"; + substituteOnTarget = true; + hermetic = false; + }; + age.secrets.teawiebot.file = ../../secrets/systems/atlas/teawieBot.age; boot = { -- cgit v1.2.3