Add agenix to all nodes

This commit is contained in:
2023-09-04 22:09:40 +02:00
parent aa92294907
commit 6850bf3a71
4 changed files with 12 additions and 9 deletions

View File

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