aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-31 16:50:48 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-31 16:50:48 +0200
commit227c91d4a9809862353f26a3da0d3f87b83faf36 (patch)
tree3c59fa735d10d15724b2543723b51244d53340fd /modules
parentmodules/{disks,boot}: Prepare re-deploy of apzu (diff)
downloadnixos-config-227c91d4a9809862353f26a3da0d3f87b83faf36.zip
modules/disks: Use correct notation for 30GB
Diffstat (limited to 'modules')
-rw-r--r--modules/by-name/di/disks/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/di/disks/module.nix b/modules/by-name/di/disks/module.nix
index 542648a2..15549453 100644
--- a/modules/by-name/di/disks/module.nix
+++ b/modules/by-name/di/disks/module.nix
@@ -76,7 +76,7 @@ in {
};
nix = {
- size = "30GB";
+ size = "30G";
content = {
type = "luks";
name = "nixos-store";