nixos,server: use minimal.nix preset

This commit is contained in:
Guanran Wang 2023-11-15 08:06:39 +08:00
parent 95b1b92b4b
commit 535ba3153c
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

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