drop remote builds for deploy
This commit is contained in:
parent
53d4a954a7
commit
2d6a5488b3
1 changed files with 0 additions and 4 deletions
|
|
@ -134,13 +134,11 @@
|
|||
system = {
|
||||
user = "root";
|
||||
sshUser = "root";
|
||||
remoteBuild = true;
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos
|
||||
self.nixosConfigurations.alexandria;
|
||||
};
|
||||
user = {
|
||||
user = "user";
|
||||
remoteBuild = true;
|
||||
path = deploy-rs.lib.x86_64-linux.activate.home-manager
|
||||
self.homeConfigurations.server;
|
||||
};
|
||||
|
|
@ -154,13 +152,11 @@
|
|||
system = {
|
||||
user = "root";
|
||||
sshUser = "root";
|
||||
remoteBuild = true;
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos
|
||||
self.nixosConfigurations.io;
|
||||
};
|
||||
user = {
|
||||
user = "user";
|
||||
remoteBuild = true;
|
||||
path = deploy-rs.lib.x86_64-linux.activate.home-manager
|
||||
self.homeConfigurations.desktop;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue