From c69e735bae3ab02d4645d1456f09cf0da5a1789a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 9 Apr 2022 09:51:17 -0700 Subject: remove `mkHome` from lib home-manager configuration is used as a module, we don't have two different ways to configure the host anymore. --- flake.nix | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8762c80..6e08393 100644 --- a/flake.nix +++ b/flake.nix @@ -44,28 +44,6 @@ system = "x86_64-linux"; }; }; - - homeConfigurations = { - "fcuny@carmel" = lib.mkHome { - username = "fcuny"; - system = "x86_64-linux"; - hostname = "carmel"; - isDesktop = true; - isTrusted = true; - }; - "fcuny@aptos" = lib.mkHome { - username = "fcuny"; - system = "x86_64-linux"; - hostname = "aptos"; - isDesktop = true; - isTrusted = true; - }; - "fcuny@tahoe" = lib.mkHome { - username = "fcuny"; - system = "x86_64-linux"; - hostname = "tahoe"; - }; - }; } // inputs.utils.lib.eachDefaultSystem (system: let pkgs = import inputs.nixpkgs { inherit system; }; -- cgit 1.4.1