Start over but right this time

This commit is contained in:
ahtlon
2024-11-26 18:28:12 +01:00
committed by kalipso
parent 2500b8ab9a
commit d9cf3588bf
6 changed files with 135 additions and 14 deletions

View File

@@ -176,4 +176,12 @@ in
specialArgs.self = self;
modules = defaultModules ++ [ ./testvm ];
};
discourse = nixosSystem {
system = "x86_64-linux";
specialArgs.inputs = inputs;
specialArgs.self = self;
modules = makeMicroVM "durruti" "10.0.0.7" [
./discourse/configuration.nix
];
};
}