forked from jan-leila/nix-config
8 lines
123 B
Nix
8 lines
123 B
Nix
# server nas
|
|
{...}: {
|
|
imports = [
|
|
./configuration.nix
|
|
./disko-config.nix
|
|
./hardware-configuration.nix
|
|
];
|
|
}
|