disable state home for now
All checks were successful
checks-impure / test (pull_request) Successful in 1m31s
checks / test (pull_request) Successful in 2m42s

This commit is contained in:
Jörg Thalheim 2024-01-17 10:59:01 +01:00
parent 7105ab1124
commit 776b238d9c

View File

@ -1,7 +1,8 @@
{ lib, ... }:
{
# defaults
config.clanCore.state.HOME.folders = [ "/home" ];
# FIXME: currently broken, will be fixed soon
#config.clanCore.state.HOME.folders = [ "/home" ];
# interface
options.clanCore.state = lib.mkOption {