1
0
forked from clan/clan-core

Merge pull request 'state: declare /home as state by default' (#702) from DavHau-main into main

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