7 lines
107 B
Nix
7 lines
107 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
networking.hostName = "apache";
|
|
boot.loader.grub.enableCryptodisk = true;
|
|
}
|
|
|