6 lines
91 B
Nix
6 lines
91 B
Nix
{ ... }: {
|
|
imports = [
|
|
./config/nixos-8gb-fsn1-1.nix
|
|
./config/default.nix
|
|
];
|
|
}
|