feat(ensure): create ensure module
This module serves to ensure specific directories exist, however in the future it could be used for other things that need to be 'ensured'.
This commit is contained in:
parent
6a02e7b9ea
commit
911d8538fa
2 changed files with 24 additions and 0 deletions
|
@ -18,4 +18,7 @@ with lib.hlissner;
|
|||
|
||||
# Allow non-root users to allow other users to access mount point
|
||||
programs.fuse.userAllowOther = mkDefault true;
|
||||
|
||||
# Ensure certain necessary directories always exist
|
||||
services.ensure.directories = [ "/mnt" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue