From 6e68e740cfe96c606c7390db0edae89f1c9088cc Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 3 Dec 2025 12:19:45 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/alpheratz/disko.nix --- machines/alpheratz/disko.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/alpheratz/disko.nix b/machines/alpheratz/disko.nix index b5a01d8..a73ae29 100644 --- a/machines/alpheratz/disko.nix +++ b/machines/alpheratz/disko.nix @@ -1,7 +1,7 @@ { ... }: let 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 { @@ -40,7 +40,7 @@ in }; }; swap = { - size = "8G"; + size = "4G"; content = { type = "swap"; };