mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01: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 =
|
||||
let
|
||||
phoneModules = [
|
||||
./phone/configuration.nix
|
||||
./phone/hardware-configuration.nix
|
||||
./hosts/phone/configuration.nix
|
||||
./hosts/phone/hardware-configuration.nix
|
||||
];
|
||||
in
|
||||
{
|
||||
@ -49,8 +49,8 @@
|
||||
specialArgs = attrs // { nix-config = self; };
|
||||
|
||||
modules = [
|
||||
./.
|
||||
./hardware/laptop.nix
|
||||
./hosts/laptop/configuration.nix
|
||||
./hosts/laptop/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user