remote build
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
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;
|
||||||
@@ -15,6 +16,7 @@
|
|||||||
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user