From bc65bde440fbd1cf7363a3c827377791e1b32590 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 10 Mar 2024 23:26:52 +0100 Subject: update deploy-rs new feature which made this relevant is use of interactive sudo (since abbenay still has interactive sudo from the days when it was a desktop machine) --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 794b2fb..5a27b22 100644 --- a/flake.nix +++ b/flake.nix @@ -111,6 +111,16 @@ self.homeConfigurations.stuebinm-minimal; }; }; + abbenay = { + hostname = "abbenay"; + profiles.system = { + user = "root"; + sshUser = "stuebinm"; + interactiveSudo = true; + path = deploy-rs.lib.x86_64-linux.activate.nixos + self.nixosConfigurations.abbenay; + }; + }; }; checks = builtins.mapAttrs -- cgit v1.2.3