mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
move disk config around
This commit is contained in:
parent
c803843644
commit
6545764534
2 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue