From e30c7efef670fa0fa6a0162b8e4bda78b46f9ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Mon, 30 Jun 2025 01:01:19 +0300 Subject: [PATCH] Add modules to AArch64 hosts --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 66b58a9..dc87d7d 100644 --- a/flake.nix +++ b/flake.nix @@ -80,6 +80,8 @@ { networking.hostName = host; } ./hosts/aarch64-linux/${host}/configuration.nix + disko.nixosModules.disko + impermanence.nixosModules.impermanence sops-nix.nixosModules.sops ]; }