nix-config/machines/porthos/default.nix
Bruno BELANYI 866225393b porthos: move files into 'machines' directory
But keep 'porthos.nix' at the root of the repository. I feel like it is
cleaner to keep device specific files at the root.
2021-02-25 15:29:06 +00:00

13 lines
151 B
Nix

# Porthos specific settings
{ ... }:
{
imports = [
./boot.nix
./hardware.nix
./networking.nix
./services.nix
./users.nix
];
}