Add agenix module to ceph

This commit is contained in:
Rodrigo Arias 2023-09-04 22:06:20 +02:00
parent ab55aac5ff
commit 77d43b6da9

View File

@ -1,7 +1,9 @@
{ config, pkgs, ... }: { config, pkgs, agenix, ... }:
# Mounts the /ceph filesystem at boot # Mounts the /ceph filesystem at boot
{ {
imports = [ agenix.nixosModules.default ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ceph ceph
ceph-client ceph-client