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