nixos-config/machines/p330/configuration.nix

10 lines
180 B
Nix

{ config, pkgs, ... }:
{
networking.hostName = "p330";
networking.hostId = "05130071";
boot.loader.grub.enableCryptodisk = true;
boot.supportedFilesystems = [ "zfs" ];
}