mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-25 19:58:19 +02:00
meta: Use standard hosts directory
This makes sense now that we have multiple hosts in the same flake.
This commit is contained in:
parent
16890d6f08
commit
b80f3f2340
@ -39,8 +39,8 @@
|
|||||||
nixosConfigurations =
|
nixosConfigurations =
|
||||||
let
|
let
|
||||||
phoneModules = [
|
phoneModules = [
|
||||||
./phone/configuration.nix
|
./hosts/phone/configuration.nix
|
||||||
./phone/hardware-configuration.nix
|
./hosts/phone/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
@ -49,8 +49,8 @@
|
|||||||
specialArgs = attrs // { nix-config = self; };
|
specialArgs = attrs // { nix-config = self; };
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
./.
|
./hosts/laptop/configuration.nix
|
||||||
./hardware/laptop.nix
|
./hosts/laptop/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user