Update flake.lock #83

Merged
kalipso merged 33 commits from staging into master 2025-02-22 21:06:42 +01:00
Showing only changes of commit f9a8a27f9d - Show all commits

View File

@@ -20,6 +20,13 @@ in
inputs.self.nixosModules.malobeo.metrics
];
virtualisation.vmVariantWithDisko = {
virtualisation = {
memorySize = 4096;
cores = 3;
};
};
malobeo.metrics = {
enable = true;
enablePromtail = true;