From e01f22f807175beb01732c4d7c55cfc835a07b94 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 25 Jun 2024 22:25:52 -0400 Subject: [PATCH] Remove old config --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 624a781..bad2f32 100644 --- a/flake.nix +++ b/flake.nix @@ -62,11 +62,6 @@ # Flake inputs we want to update periodically # Run: `nix run .#update`. nixos-flake = { - # https://github.com/srid/nixos-flake/pull/54 - deploy = { - enable = true; - sshTarget = "srid@immediacy"; - }; primary-inputs = [ "nixpkgs" "home-manager"