From 77d43b6da9228e2be8e054a3ccb4ba1bbed33ebf Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 4 Sep 2023 22:06:20 +0200 Subject: [PATCH] Add agenix module to ceph --- m/module/ceph.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/m/module/ceph.nix b/m/module/ceph.nix index ff3fd22..ac7b3d3 100644 --- a/m/module/ceph.nix +++ b/m/module/ceph.nix @@ -1,7 +1,9 @@ -{ config, pkgs, ... }: +{ config, pkgs, agenix, ... }: # Mounts the /ceph filesystem at boot { + imports = [ agenix.nixosModules.default ]; + environment.systemPackages = with pkgs; [ ceph ceph-client