Merge pull request 'state: declare /home as state by default' (#702) from DavHau-main into main
All checks were successful
checks / test (push) Successful in 29s
checks-impure / test (push) Successful in 1m17s

This commit is contained in:
clan-bot 2024-01-10 10:40:36 +00:00
commit 4a69912667

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