Reapply "vm-state: fix and improve testing"

This reverts commit 99092f6e76.

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 c69f68feee
commit 59fa63eba9
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 {