flake/nixos/profiles/server/default.nix

9 lines
133 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-11-17 05:38:25 +00:00
../core
2023-10-15 00:51:56 +00:00
];
}