Files
nix-config/modules/nixos/server/server.nix
2024-03-29 01:22:47 +08:00

8 lines
127 B
Nix

{
imports = [
../base
../../base.nix
];
boot.loader.timeout = 3; # wait for 3 seconds to select the boot entry
}