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