8 lines
104 B
Nix
8 lines
104 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
networking.hostName = "xps";
|
|
boot.loader.grub.enableCryptodisk = true;
|
|
}
|
|
|