Deploy config for chilly.

This commit is contained in:
2024-08-05 06:25:51 +01:00
parent c861b504c5
commit 336873063e

View File

@@ -10,7 +10,7 @@
disko.url = "github:nix-community/disko"; disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs"; disko.inputs.nixpkgs.follows = "nixpkgs";
ppetru-home = { ppetru-home = {
url = "git+file:../ppetru-home"; url = "git+file:/home/ppetru/ppetru-home";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };
@@ -95,6 +95,19 @@
}; };
}; };
}; };
chilly = {
hostname = "chilly";
profiles = {
system = {
user = "root";
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.chilly;
};
ppetru = {
user = "ppetru";
path = deploy-rs.lib.x86_64-linux.activate.home-manager ppetru-home.homeConfigurations.ppetru;
};
};
};
}; };
}; };