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 = {
|
||||
alexandria = {
|
||||
hostname = "alexandria";
|
||||
profilesOrder = [ "system" "user" ];
|
||||
profiles = {
|
||||
system = {
|
||||
user = "root";
|
||||
|
|
@ -134,18 +133,11 @@
|
|||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
io = {
|
||||
hostname = "192.168.1.5";
|
||||
profilesOrder = [ "system" "user" ];
|
||||
hostname = "io";
|
||||
profiles = {
|
||||
system = {
|
||||
user = "root";
|
||||
|
|
@ -154,12 +146,6 @@
|
|||
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