Bruno BELANYI
866225393b
But keep 'porthos.nix' at the root of the repository. I feel like it is cleaner to keep device specific files at the root.
13 lines
151 B
Nix
13 lines
151 B
Nix
# Porthos specific settings
|
|
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./boot.nix
|
|
./hardware.nix
|
|
./networking.nix
|
|
./services.nix
|
|
./users.nix
|
|
];
|
|
}
|