diff --git a/flake.nix b/flake.nix index 69ccf29..e0f1eed 100644 --- a/flake.nix +++ b/flake.nix @@ -101,6 +101,11 @@ inherit inputs outputs nixpkgs flakeLib overlays; vars = vars // {hostName = "asgard";}; system = "x86_64-linux"; + } + // flakeLib.mkHomeConfiguration { + inherit inputs outputs nixpkgs flakeLib overlays; + vars = vars // {hostName = "odie-dev"; domain = "niederkasse.neff-steindesign.de"; }; + system = "x86_64-linux"; }; } // flake-utils.lib.eachDefaultSystem (system: {