summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2018-01-06 13:52:51 +0000
committerGitHub <noreply@github.com>2018-01-06 13:52:51 +0000
commiteddf30cc93e1b778b6bc10d0eb1bb175385d034f (patch)
treeb95f3a695c0794e674743e6551e47476a5b22ec6 /nixos/modules/module-list.nix
parent51110e2a0fc9c415973b61adf09cd1dae16abff7 (diff)
downloadnixlib-eddf30cc93e1b778b6bc10d0eb1bb175385d034f.tar
nixlib-eddf30cc93e1b778b6bc10d0eb1bb175385d034f.tar.gz
nixlib-eddf30cc93e1b778b6bc10d0eb1bb175385d034f.tar.bz2
nixlib-eddf30cc93e1b778b6bc10d0eb1bb175385d034f.tar.lz
nixlib-eddf30cc93e1b778b6bc10d0eb1bb175385d034f.tar.xz
nixlib-eddf30cc93e1b778b6bc10d0eb1bb175385d034f.tar.zst
nixlib-eddf30cc93e1b778b6bc10d0eb1bb175385d034f.zip
nixos: introduce boot.growPartition (#33521)
Move it from being a profile
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 45e4279fecb7..d4e4b965a2d4 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -680,6 +680,7 @@
   ./system/activation/top-level.nix
   ./system/boot/coredump.nix
   ./system/boot/emergency-mode.nix
+  ./system/boot/grow-partition.nix
   ./system/boot/initrd-network.nix
   ./system/boot/initrd-ssh.nix
   ./system/boot/kernel.nix