From f797764449d03d0f72ed9df9fc521edb546dafa1 Mon Sep 17 00:00:00 2001 From: tzlil Date: Thu, 15 Dec 2022 10:15:20 +0200 Subject: discard deploy-rs for now, add i3status-rs config --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7854f0e..e0cef8c 100644 --- a/flake.nix +++ b/flake.nix @@ -6,6 +6,7 @@ impermanence.url = "github:nix-community/impermanence"; agenix.url = "github:ryantm/agenix"; nixos-hardware.url = "github:nixos/nixos-hardware"; + # deploy-rs.url = "github:serokell/deploy-rs"; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; @@ -27,5 +28,13 @@ pc = mkSystem inputs.nixpkgs "x86_64-linux" "lilith"; vm = mkSystem inputs.nixpkgs "x86_64-linux" "vm"; }; + + # deploy.nodes.some-random-system.profiles.system = { + # user = "root"; + # path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.vm; + # }; + + # This is highly advised, and will prevent many possible mistakes + # checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; }; } -- cgit 1.4.1