Modify like, basically everything idk, probably a lot of secrets and url names and colmena and whatnot
This commit is contained in:
parent
0ab856b18e
commit
b3ba7481d8
107 changed files with 437 additions and 696 deletions
20
flake.nix
20
flake.nix
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue