feat[server]: first working microvm

This commit is contained in:
Leon Schwarzäugl 2025-12-24 14:48:27 +01:00 committed by Leon Schwarzäugl
parent e00defbd83
commit 2f4ebcba44
40 changed files with 759 additions and 194 deletions

View file

@ -21,9 +21,9 @@
type = lib.types.bool;
default = config.swarselsystems.isLaptop;
};
withHomeManager = lib.mkOption {
isMicroVM = lib.mkOption {
type = lib.types.bool;
default = true;
default = false;
};
isSwap = lib.mkOption {
type = lib.types.bool;