pantheon/hosts/eurus.nix
2025-04-30 21:11:10 +08:00

7 lines
141 B
Nix

{
imports = [
../configs/filesystems/impermanence.nix
];
boot-config.bootloader = "systemd-boot";
hardware-config.cpu = "amd";
}