2023-11-15 00:06:39 +00:00
|
|
|
{modulesPath, ...}:
|
2023-10-15 00:51:56 +00:00
|
|
|
# no i dont actually own a server
|
|
|
|
{
|
|
|
|
imports = [
|
2023-11-15 00:06:39 +00:00
|
|
|
(modulesPath + "/profiles/minimal.nix")
|
2023-10-15 00:51:56 +00:00
|
|
|
./core.nix
|
|
|
|
];
|
2023-11-04 10:14:42 +00:00
|
|
|
}
|