parent
2d6a5488b3
commit
cd03a9d3f3
1 changed files with 4 additions and 0 deletions
|
|
@ -134,11 +134,13 @@
|
||||||
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;
|
||||||
};
|
};
|
||||||
|
|
@ -152,11 +154,13 @@
|
||||||
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