mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add hetznix01
This commit is contained in:
parent
0d868fc0aa
commit
a62a3d136a
9 changed files with 120 additions and 14 deletions
|
|
@ -92,6 +92,8 @@
|
|||
};
|
||||
specialArgs = { inherit inputs username hostname; };
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit genebean-omp-themes hostname username; };
|
||||
|
|
@ -139,6 +141,7 @@
|
|||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
hetznix01 = nixosHostConfig "aarch64-linux" "hetznix01" "gene";
|
||||
nixnuc = nixosHostConfig "x86_64-linux" "nixnuc" "gene";
|
||||
rainbow-planet = nixosHostConfig "x86_64-linux" "rainbow-planet" "gene";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue