Start over but right this time

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

View File

@@ -186,4 +186,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
];
};
}