Add agenix module to ceph
This commit is contained in:
parent
ab55aac5ff
commit
77d43b6da9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user