nixos-config/machines/p330/configuration.nix

7 lines
104 B
Nix
Raw Normal View History

2022-07-07 13:33:38 +00:00
{ config, pkgs, ... }:
{
networking.hostName = "p330";
boot.loader.grub.enableCryptodisk = true;
}