clan-infra/modules/web01.nix

4 lines
55 B
Nix
Raw Normal View History

2023-07-04 17:29:04 +00:00
{ ... }: {
services.cloud-init.xfs.enable = true;
}