move disk config around

This commit is contained in:
Sridhar Ratnakumar 2024-02-20 16:19:30 -05:00
parent c803843644
commit 6545764534
2 changed files with 1 additions and 1 deletions

View file

@ -42,7 +42,7 @@
defaultGateway = "65.109.35.129"; # `ip route | grep default`
nameservers = [ "8.8.8.8" ];
};
disko.devices = import ./disko/two-raids-on-two-disks.nix {
disko.devices = import ../disko/two-raids-on-two-disks.nix {
inherit lib;
};
}