enable odie-dev
This commit is contained in:
parent
f49eb9bea6
commit
12816ec6f1
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue