diff --git a/flake.nix b/flake.nix index 8bb0af2..76993ed 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ disko.url = "github:nix-community/disko"; disko.inputs.nixpkgs.follows = "nixpkgs"; ppetru-home = { - url = "git+file:../ppetru-home"; + url = "git+file:/home/ppetru/ppetru-home"; 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; + }; + }; + }; }; };