fix: add import keyword for mellinoe
This commit is contained in:
parent
d118d961f7
commit
56e393b240
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
])
|
])
|
||||||
(lib.optionals (hostname == "mellinoe") [
|
(lib.optionals (hostname == "mellinoe") [
|
||||||
./bootloaders/systemd-boot.nix
|
./bootloaders/systemd-boot.nix
|
||||||
(./filesystems/impermanence.nix {
|
(import ./filesystems/impermanence.nix {
|
||||||
device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab";
|
device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab";
|
||||||
})
|
})
|
||||||
./hardware/cpu_intel.nix
|
./hardware/cpu_intel.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue