Import disko as module
This commit is contained in:
parent
cc57b5ddbf
commit
9075130cc8
4 changed files with 17 additions and 1 deletions
hosts/nixos/lapetus
|
@ -28,9 +28,14 @@
|
|||
# zfs rollback -r zroot@blank
|
||||
# '';
|
||||
|
||||
disko.devices = import ./partitions.nix {
|
||||
devices = [ "/dev/sda" ];
|
||||
};
|
||||
|
||||
# Boot
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
device = "/dev/sda";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue