Server NixOS configs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: wrong hosts

+7 -7
+7 -7
hosts/default.nix
··· 4 4 shared = { 5 5 modules = []; 6 6 }; 7 - }; 8 7 9 - path = ./.; 8 + path = ./.; 10 9 11 - hosts = { 12 - tethys = { 13 - deployable = true; 14 - tags = ["server" "hetzner"]; 15 - modules = [inputs.disko.nixosModules.disko]; 10 + hosts = { 11 + tethys = { 12 + deployable = true; 13 + tags = ["server" "hetzner"]; 14 + modules = [inputs.disko.nixosModules.disko]; 15 + }; 16 16 }; 17 17 }; 18 18 }