gluttony: setup bluemap

This commit is contained in:
Vegard Bieker Matthey
2026-05-23 19:26:13 +02:00
parent 6cca1db3b3
commit c59c00f3fc
5 changed files with 217 additions and 2 deletions

View File

@@ -205,7 +205,6 @@
inputs.disko.nixosModules.disko
];
};
#ildkule-unstable = unstableNixosConfig "ildkule" { };
skrot = stableNixosConfig "skrot" {
modules = [
inputs.disko.nixosModules.disko
@@ -216,7 +215,12 @@
shark = stableNixosConfig "shark" {};
wenche = stableNixosConfig "wenche" {};
temmie = stableNixosConfig "temmie" {};
gluttony = stableNixosConfig "gluttony" {};
gluttony = stableNixosConfig "gluttony" {
overlays = [
(final: prev: { bluemap = final.callPackage ./packages/bluemap.nix {}; })
];
modules = [ self.nixosModules.bluemap ];
};
kommode = stableNixosConfig "kommode" {
overlays = [