enable odie-dev

This commit is contained in:
Patrick Neff 2024-05-02 11:32:12 +02:00
parent f49eb9bea6
commit 12816ec6f1
1 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,11 @@
inherit inputs outputs nixpkgs flakeLib overlays; inherit inputs outputs nixpkgs flakeLib overlays;
vars = vars // {hostName = "asgard";}; vars = vars // {hostName = "asgard";};
system = "x86_64-linux"; 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: { // flake-utils.lib.eachDefaultSystem (system: {