[fugitive] system update

This commit is contained in:
ctsk
2024-10-22 18:57:41 +02:00
parent 78de53c0eb
commit 78c7db4bd3
6 changed files with 102 additions and 100 deletions

View File

@@ -46,6 +46,17 @@
./lib/systems/outpost
];
};
monument = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
modules = [
{
system.image.version = "1";
}
./lib/modules/raspberry.nix
./lib/systems/monument
];
};
};
packages = forAllSystems (system: