small tweaks

This commit is contained in:
Noah Masur
2025-03-04 10:21:57 -05:00
parent 05e3996eb3
commit fc8f460559
2 changed files with 5 additions and 1 deletions

View File

@ -78,7 +78,7 @@ rec {
# Sets root ext4 filesystem instead of declaring it manually
disko = {
enableConfig = true;
devices = (import ../../disks/root.nix { disk = "/dev/nvme0n1"; });
devices = (import ../../../disks/root.nix { disk = "/dev/nvme0n1"; });
};
# Allows private remote access over the internet