aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/by-name/apzu
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-31 14:07:48 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-31 14:07:48 +0200
commit074d5edcbc991e653f79738d675c8358a684bb23 (patch)
treec305d8e863becceb2150916bf28743aa85d98e49 /hosts/by-name/apzu
parentmodules/legacy/gtk: Re-enable the nordic theme (diff)
downloadnixos-config-074d5edcbc991e653f79738d675c8358a684bb23.zip
modules/{disks,boot}: Prepare re-deploy of apzu
This includes a separate partition of /nix, and a tails ISO as boot target.
Diffstat (limited to 'hosts/by-name/apzu')
-rw-r--r--hosts/by-name/apzu/hardware.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/by-name/apzu/hardware.nix b/hosts/by-name/apzu/hardware.nix
index 8d481fa6..70b041e7 100644
--- a/hosts/by-name/apzu/hardware.nix
+++ b/hosts/by-name/apzu/hardware.nix
@@ -13,13 +13,14 @@
];
soispha = {
+ boot.enableIsoEntry = true;
+
disks = {
enable = true;
disk = "/dev/disk/by-id/nvme-INTEL_SSDPEKNU512GZH_PHKA1481032A512A_1";
ssd = true;
swap = {
- uuid = "c94cd20a-dd3c-436f-9841-6fe92e5c8719";
- resumeOffset = "533760";
+ ram_size = "16G";
};
};