Reapply "vm-state: fix and improve testing"

This reverts commit a429ab5d3c.

vm-state: revert sysusers, improve testing

zerotier: enable persistence

vm-state: cleanup tests
This commit is contained in:
DavHau
2024-01-30 12:07:27 +07:00
parent d3350cd362
commit af9b4c32e8
7 changed files with 408 additions and 94 deletions

View File

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