nixos-config/machines/apache/configuration.nix

8 lines
107 B
Nix
Raw Normal View History

2022-06-18 14:16:12 +00:00
{ config, pkgs, ... }:
2022-06-17 14:13:13 +00:00
{
2022-06-18 14:46:22 +00:00
networking.hostName = "apache";
boot.loader.grub.enableCryptodisk = true;
2022-06-17 14:13:13 +00:00
}