flake/nixos/profiles/server/default.nix
2023-11-17 13:38:25 +08:00

8 lines
133 B
Nix

{modulesPath, ...}:
# no i dont actually own a server
{
imports = [
(modulesPath + "/profiles/minimal.nix")
../core
];
}