{ config, pkgs, ... }: { networking.hostName = "skinnyv"; boot.initrd.luks.devices = [ { name = "root"; device = "/dev/disk/by-uuid/8c76bf01-59b3-4c60-b853-e9cb77f3ca14"; preLVM = true; allowDiscards = true; }]; imports = [ ../common.nix ]; }