diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-31 16:50:48 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-31 16:50:48 +0200 |
| commit | 227c91d4a9809862353f26a3da0d3f87b83faf36 (patch) | |
| tree | 3c59fa735d10d15724b2543723b51244d53340fd /modules | |
| parent | modules/{disks,boot}: Prepare re-deploy of apzu (diff) | |
| download | nixos-config-227c91d4a9809862353f26a3da0d3f87b83faf36.zip | |
modules/disks: Use correct notation for 30GB
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/by-name/di/disks/module.nix | 2 |
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"; |
