nixos-config/archachatina.nix

16 lines
331 B
Nix
Raw Normal View History

2015-05-21 15:27:06 +02:00
{ config, pkgs, ... }:
{
imports =
2015-05-21 16:13:47 +02:00
[
./common.nix
./uefi.nix
2015-05-21 15:27:06 +02:00
];
boot.initrd.luks.devices = [ { name = "sda2_crypt"; device = "/dev/disk/by-uuid/663dcfda-081e-40d5-9ba4-62ad73dc5098"; preLVM = true; } ];
networking.hostName = "archachatina"; # Define your hostname.
networking.hostId = "cc7ea3ba";
}