Revert "vm-state: fix and improve testing"

This reverts commit 41c97a5fce.
This commit is contained in:
DavHau
2024-01-29 15:16:10 +07:00
parent a6bb737280
commit a429ab5d3c
6 changed files with 94 additions and 361 deletions

View File

@@ -1,9 +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 {