fix: add inputs and lib to mellinoe impermanence import
This commit is contained in:
parent
56e393b240
commit
9a84dbf525
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
hostname,
|
hostname,
|
||||||
type,
|
type,
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
(lib.optionals (hostname == "mellinoe") [
|
(lib.optionals (hostname == "mellinoe") [
|
||||||
./bootloaders/systemd-boot.nix
|
./bootloaders/systemd-boot.nix
|
||||||
(import ./filesystems/impermanence.nix {
|
(import ./filesystems/impermanence.nix {
|
||||||
|
inherit inputs lib;
|
||||||
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