9 lines
203 B
Nix
9 lines
203 B
Nix
{
|
|
imports = [
|
|
../configs/filesystems/impermanence.nix
|
|
../configs/services.nix
|
|
];
|
|
boot-config.bootloader = "systemd-boot";
|
|
hardware-config.cpu = "intel";
|
|
service-glance.enable = true;
|
|
}
|