summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2024-03-10 23:26:52 +0100
committerstuebinm2024-03-10 23:26:52 +0100
commitbc65bde440fbd1cf7363a3c827377791e1b32590 (patch)
tree008bb3b19db2143375b54bca4952a928924e630f /flake.nix
parenta86a04f9e26854ec967c46a6ad3f015364fb91a6 (diff)
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)
Diffstat (limited to '')
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
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