nixos-config/machines/xps/configuration.nix

8 lines
104 B
Nix
Raw Normal View History

2024-01-12 22:31:01 +00:00
{ config, pkgs, ... }:
{
networking.hostName = "xps";
boot.loader.grub.enableCryptodisk = true;
}