state: declare /home as state by default
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
|
# defaults
|
||||||
|
config.clanCore.state.HOME.folders = [ "/home" ];
|
||||||
|
|
||||||
|
# interface
|
||||||
options.clanCore.state = lib.mkOption {
|
options.clanCore.state = lib.mkOption {
|
||||||
default = { };
|
default = { };
|
||||||
type = lib.types.attrsOf
|
type = lib.types.attrsOf
|
||||||
|
|||||||
Reference in New Issue
Block a user