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 = {
|
system = {
|
||||||
user = "root";
|
user = "root";
|
||||||
sshUser = "root";
|
sshUser = "root";
|
||||||
remoteBuild = true;
|
|
||||||
path = deploy-rs.lib.x86_64-linux.activate.nixos
|
path = deploy-rs.lib.x86_64-linux.activate.nixos
|
||||||
self.nixosConfigurations.alexandria;
|
self.nixosConfigurations.alexandria;
|
||||||
};
|
};
|
||||||
user = {
|
user = {
|
||||||
user = "user";
|
user = "user";
|
||||||
remoteBuild = true;
|
|
||||||
path = deploy-rs.lib.x86_64-linux.activate.home-manager
|
path = deploy-rs.lib.x86_64-linux.activate.home-manager
|
||||||
self.homeConfigurations.server;
|
self.homeConfigurations.server;
|
||||||
};
|
};
|
||||||
|
|
@ -154,13 +152,11 @@
|
||||||
system = {
|
system = {
|
||||||
user = "root";
|
user = "root";
|
||||||
sshUser = "root";
|
sshUser = "root";
|
||||||
remoteBuild = true;
|
|
||||||
path = deploy-rs.lib.x86_64-linux.activate.nixos
|
path = deploy-rs.lib.x86_64-linux.activate.nixos
|
||||||
self.nixosConfigurations.io;
|
self.nixosConfigurations.io;
|
||||||
};
|
};
|
||||||
user = {
|
user = {
|
||||||
user = "user";
|
user = "user";
|
||||||
remoteBuild = true;
|
|
||||||
path = deploy-rs.lib.x86_64-linux.activate.home-manager
|
path = deploy-rs.lib.x86_64-linux.activate.home-manager
|
||||||
self.homeConfigurations.desktop;
|
self.homeConfigurations.desktop;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue