feat(systems): add mellinoe back

This commit is contained in:
Mohammad Rafiq 2025-03-27 05:21:42 +08:00
parent 1709e1ed56
commit d118d961f7
No known key found for this signature in database
4 changed files with 19 additions and 4 deletions

View file

@ -31,5 +31,12 @@
./hardware/cpu_amd.nix
./hardware/nvidia.nix
])
(lib.optionals (hostname == "mellinoe") [
./bootloaders/systemd-boot.nix
(./filesystems/impermanence.nix {
device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab";
})
./hardware/cpu_intel.nix
])
];
}