flake/nixos/presets/server.nix

9 lines
136 B
Nix
Raw Normal View History

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
];
}