diff options
author | Alan Pearce | 2024-12-28 19:41:04 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-28 19:41:04 +0100 |
commit | c459e9f75cb1ecbf41bd5023714303a522494018 (patch) | |
tree | 14169c9907a6852928c556257c0e0a26048f713f /flake.nix | |
parent | 7b7960b098be7d6092df90ed9d9d7e6c02fa33a8 (diff) | |
download | nixfiles-c459e9f75cb1ecbf41bd5023714303a522494018.tar.lz nixfiles-c459e9f75cb1ecbf41bd5023714303a522494018.tar.zst nixfiles-c459e9f75cb1ecbf41bd5023714303a522494018.zip |
re-configure deploy-rs
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix index e61f528f..5333f1a2 100644 --- a/flake.nix +++ b/flake.nix @@ -162,17 +162,12 @@ ]; }; - checks = builtins.mapAttrs - (system: deployLib: - deployLib.deployChecks self.deploy) - deploy-rs.lib; - deploy = { - remoteBuild = true; - interactiveSudo = true; nodes.linde = { hostname = "linde"; profiles.system = { + user = "root"; + sshUser = "root"; path = deploy-rs.lib.${utils.lib.system.aarch64-linux}.activate.nixos self.nixosConfigurations.linde; }; |