mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/alpheratz/disko.nix
This commit is contained in:
2025-12-03 12:19:45 +07:00
parent cb9744f8aa
commit 6e68e740cf

View File

@@ -1,7 +1,7 @@
{ ... }: { ... }:
let let
hashDisk = disk: "os-${builtins.substring 0 5 (builtins.hashString "sha256" disk)}"; hashDisk = disk: "os-${builtins.substring 0 5 (builtins.hashString "sha256" disk)}";
os = "/dev/disk/by-id/FIXME"; os = "/dev/disk/by-id/mmc-CUTB42_0xaedcfa8b";
in in
{ {
@@ -40,7 +40,7 @@ in
}; };
}; };
swap = { swap = {
size = "8G"; size = "4G";
content = { content = {
type = "swap"; type = "swap";
}; };