unused stuff

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-13 11:48:25 +03:00
parent 8a35e18e4e
commit 6554808614
3 changed files with 4 additions and 4 deletions

View File

@ -15,5 +15,5 @@ in {
mountOptions = ["rw" "nosuid" "nodev"];
};
};
disko.devices.disk.main = import ./disk-main.nix {inherit config disk hostId;};
disko.devices.disk.main = import ./disk-main.nix {inherit disk hostId;};
}