fix deploys
This commit is contained in:
parent
f44aaac8d9
commit
87f6b98a9b
1 changed files with 1 additions and 15 deletions
16
flake.nix
16
flake.nix
|
|
@ -125,7 +125,6 @@
|
||||||
nodes = {
|
nodes = {
|
||||||
alexandria = {
|
alexandria = {
|
||||||
hostname = "alexandria";
|
hostname = "alexandria";
|
||||||
profilesOrder = [ "system" "user" ];
|
|
||||||
profiles = {
|
profiles = {
|
||||||
system = {
|
system = {
|
||||||
user = "root";
|
user = "root";
|
||||||
|
|
@ -134,18 +133,11 @@
|
||||||
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";
|
|
||||||
remoteBuild = true;
|
|
||||||
path = deploy-rs.lib.x86_64-linux.activate.home-manager
|
|
||||||
self.homeConfigurations.server;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
io = {
|
io = {
|
||||||
hostname = "192.168.1.5";
|
hostname = "io";
|
||||||
profilesOrder = [ "system" "user" ];
|
|
||||||
profiles = {
|
profiles = {
|
||||||
system = {
|
system = {
|
||||||
user = "root";
|
user = "root";
|
||||||
|
|
@ -154,12 +146,6 @@
|
||||||
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";
|
|
||||||
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