Modify like, basically everything idk, probably a lot of secrets and url names and colmena and whatnot

This commit is contained in:
Bun 2025-06-20 20:20:48 -04:00
parent 0ab856b18e
commit b3ba7481d8
107 changed files with 437 additions and 696 deletions

View file

@ -65,7 +65,14 @@
name = "bunhive";
# NixPKGs
nixpkgs = import stable { system = "x86_64-linux"; };
nixpkgs = import stable {
overlays = [
blender.overlays.default
minecraft.overlay
];
system = "x86_64-linux";
};
specialArgs = inputs;
# Use a different Nixpkgs import on some systems
@ -73,7 +80,15 @@
};
# Import the default config to all hosts
defaults.imports = [ ./modules/system ];
defaults.imports = [
./modules/system
disko.nixosModules.disko
hm.nixosModules.home-manager
impermanence.nixosModules.impermanence
jovian.nixosModules.default
lanzaboote.nixosModules.lanzaboote
minecraft.nixosModules.minecraft-servers
];
# Desktops
tower.imports = [ ./hosts/tower ];
@ -88,7 +103,6 @@
midas.imports = [ ./hosts/midas ];
kitty.imports = [ ./hosts/kitty ];
detritus.imports = [ ./hosts/detritus ];
elder.imports = [ ./hosts/elder ];
prophet.imports = [ ./hosts/prophet ];
};
}