flake/nixos/presets/server.nix
2023-10-15 08:51:56 +08:00

9 lines
No EOL
113 B
Nix
Executable file

{ ... }:
# no i dont actually own a server
{
imports = [
./core.nix
];
boot.plymouth.enable = false;
}