feat: add apollo nixos configuration

This commit is contained in:
Mohammad Rafiq 2025-03-30 04:17:26 +08:00
parent 7db5d93409
commit 00c219cb05
No known key found for this signature in database
5 changed files with 51 additions and 11 deletions

View file

@ -40,5 +40,13 @@
})
./hardware/cpu_intel.nix
])
(lib.optionals (hostname == "apollo") [
./bootloaders/systemd-boot.nix
(import ./filesystems/impermanence.nix {
inherit inputs lib;
device = "/dev/disk/by-id/nvme-eui.002538d221b47b01";
})
./hardware/cpu_intel.nix
])
];
}