7 lines
141 B
Nix
7 lines
141 B
Nix
{
|
|
imports = [
|
|
../configs/filesystems/impermanence.nix
|
|
];
|
|
boot-config.bootloader = "systemd-boot";
|
|
hardware-config.cpu = "amd";
|
|
}
|