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