state: declare /home as state by default
All checks were successful
checks-impure / test (pull_request) Successful in 1m17s
checks / test (pull_request) Successful in 2m22s

This commit is contained in:
DavHau 2024-01-10 17:37:40 +07:00
parent 7266faab4e
commit 414f475802

View File

@ -1,5 +1,9 @@
{ lib, ... }:
{
# defaults
config.clanCore.state.HOME.folders = [ "/home" ];
# interface
options.clanCore.state = lib.mkOption {
default = { };
type = lib.types.attrsOf