nixos/hosts/selune/default.nix

15 lines
334 B
Nix

{ ... }:
{
imports = [
../../nixos/baremetal.nix
./hardware-configuration.nix
];
graphical.enable = true;
boot.initrd.luks.devices."luks-eea287fc-7579-44e2-96dc-a229cc6f57ff".device =
"/dev/disk/by-uuid/eea287fc-7579-44e2-96dc-a229cc6f57ff";
networking.hostName = "selune";
system.stateVersion = "25.11";
}