8 lines
136 B
Nix
Executable file
8 lines
136 B
Nix
Executable file
{modulesPath, ...}:
|
|
# no i dont actually own a server
|
|
{
|
|
imports = [
|
|
(modulesPath + "/profiles/minimal.nix")
|
|
./core.nix
|
|
];
|
|
}
|