From 7946583a79ececa2215634517aab294554b07a94 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Wed, 15 Oct 2025 12:33:20 +0100 Subject: [PATCH] nixos/a2boot: add to module-list.nix --- nixos/modules/module-list.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index c1e41909951d..871244a929c0 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -1054,6 +1054,7 @@ ./services/monitoring/zabbix-agent.nix ./services/monitoring/zabbix-proxy.nix ./services/monitoring/zabbix-server.nix + ./services/network-filesystems/a2boot.nix ./services/network-filesystems/cachefilesd.nix ./services/network-filesystems/ceph.nix ./services/network-filesystems/davfs2.nix