diff --git a/flake.nix b/flake.nix index 86bf7767..e6f6bbd9 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Main Flake by LuminiferousLilith"; + description = "Main Flake: LuminiferousLilith"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; @@ -29,8 +29,9 @@ } @ inputs: let hosts = builtins.attrNames (builtins.readDir ./hosts); mkHostConfig = host: - import "./hosts/${host}" { + import ./hosts/${host} { inherit inputs; + hostname = host; system = "x86_64-linux"; }; in { diff --git a/hosts/lilith-pad/default.nix b/hosts/lilith-pad/default.nix new file mode 100644 index 00000000..ad657a2c --- /dev/null +++ b/hosts/lilith-pad/default.nix @@ -0,0 +1,3 @@ +{...}: { + +}