8 lines
100 B
Nix
8 lines
100 B
Nix
# server nas
|
|
{...}: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
];
|
|
}
|