Formatting + update

This commit is contained in:
Aleksandr Lebedev 2025-07-25 22:56:40 +02:00
parent 93de64c64e
commit 9c895e9cc0
61 changed files with 2350 additions and 2100 deletions

View file

@ -1,7 +1,4 @@
{
device ? throw "Set this to your disk device, e.g. /dev/sda",
...
}: {
{device ? throw "Set this to your disk device, e.g. /dev/sda", ...}: {
disko.devices = {
disk.main = {
inherit device;
@ -30,7 +27,7 @@
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/persist";
mountpoint = "/persist";
};
};
};
@ -41,10 +38,10 @@
fsType = "tmpfs";
};
"/nix" = {
device = "/persist/nix";
device = "/persist/nix";
};
"/tmp" = {
device = "/persist/tmp";
device = "/persist/tmp";
};
};
};