deploy: build locally instead of on target

This commit is contained in:
2026-03-08 13:29:01 +00:00
parent 1d961dbb8c
commit f101b5f2fc

View File

@@ -7,7 +7,6 @@
michael = { michael = {
hostname = "michael"; hostname = "michael";
sshUser = "cschmatzler"; sshUser = "cschmatzler";
remoteBuild = true;
profiles.system = { profiles.system = {
user = "root"; user = "root";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos config.flake.nixosConfigurations.michael; path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos config.flake.nixosConfigurations.michael;
@@ -16,7 +15,6 @@
tahani = { tahani = {
hostname = "tahani"; hostname = "tahani";
sshUser = "cschmatzler"; sshUser = "cschmatzler";
remoteBuild = true;
profiles.system = { profiles.system = {
user = "root"; user = "root";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos config.flake.nixosConfigurations.tahani; path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos config.flake.nixosConfigurations.tahani;