From 336873063ec9761552a89fb8164cc10f21c28ddd Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Mon, 5 Aug 2024 06:25:51 +0100 Subject: [PATCH] Deploy config for chilly. --- flake.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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; + }; + }; + }; }; };