feat(systems): add mellinoe back
This commit is contained in:
parent
1709e1ed56
commit
d118d961f7
4 changed files with 19 additions and 4 deletions
|
@ -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
|
||||
])
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue