feat(flake): add eurus to the flake

This commit is contained in:
Mohammad Rafiq 2025-04-30 21:11:10 +08:00
parent a6f9ad6e2a
commit 6b13aa8f39
No known key found for this signature in database
3 changed files with 17 additions and 2 deletions

7
hosts/eurus.nix Normal file
View file

@ -0,0 +1,7 @@
{
imports = [
../configs/filesystems/impermanence.nix
];
boot-config.bootloader = "systemd-boot";
hardware-config.cpu = "amd";
}