Fixed typo

This commit is contained in:
2025-08-09 00:05:47 +00:00
parent f0f7c2613e
commit 4c7f22b903

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, config, ... }: {
options = {
hoardingcow-mount.enable = lib.mkEnableOption "enable hoardingcow acces";
hoardingcow-mount.enable = lib.mkEnableOption "enable hoardingcow access";
};
config = lib.mkIf config.hoardingcow-mount.enable {
fileSystems."/mnt/HoardingCow_docker_data" = {