This commit is contained in:
xyno (Philipp Hochkamp) 2023-06-22 17:17:56 +02:00
parent 31637568e2
commit ac505934cf
6 changed files with 135 additions and 212 deletions

View file

@ -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";