mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-19 02:51:10 +02:00
refactor: centrally manage the network configuration of all hosts in homelab
feat: new host - tailscalw-gw
This commit is contained in:
@@ -23,6 +23,8 @@ in {
|
||||
aquamarine = nixosSystem (idol_aquamarine_modules // base_args);
|
||||
ruby = nixosSystem (idol_ruby_modules // base_args);
|
||||
kana = nixosSystem (idol_kana_modules // base_args);
|
||||
|
||||
tailscale_gw = nixosSystem (homelab_tailscale_gw_modules // base_args);
|
||||
};
|
||||
|
||||
# take system images for idols
|
||||
@@ -44,6 +46,8 @@ in {
|
||||
"aquamarine"
|
||||
"ruby"
|
||||
"kana"
|
||||
|
||||
"tailscale_gw"
|
||||
]
|
||||
# generate proxmox image for virtual machines without desktop environment
|
||||
(host: self.nixosConfigurations.${host}.config.formats.proxmox)
|
||||
|
||||
Reference in New Issue
Block a user