update
This commit is contained in:
parent
31637568e2
commit
ac505934cf
6 changed files with 135 additions and 212 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ disks ? [ "/dev/vda" ], ... }: {
|
||||
{ ... }: {
|
||||
disko.devices = {
|
||||
disk = {
|
||||
vda = {
|
||||
type = "disk";
|
||||
device = builtins.elemAt disks 0;
|
||||
device = "/dev/vda";
|
||||
content = {
|
||||
type = "table";
|
||||
format = "gpt";
|
||||
|
|
@ -53,8 +53,8 @@
|
|||
lvm_vg = {
|
||||
pool = {
|
||||
type = "lvm_vg";
|
||||
nix = {
|
||||
persistent = {
|
||||
lvs = {
|
||||
nix = {
|
||||
size = "100%";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue