Server NixOS configs
0
fork

Configure Feed

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

fix: include other nix files in default

+6 -1
+6 -1
hosts/tethys/default.nix
··· 1 1 { inputs, ... }: 2 2 { 3 - imports = [./disko.nix]; 3 + imports = [ 4 + ./bootloader.nix 5 + ./disks.nix 6 + ./hardware.nix 7 + ./networking.nix 8 + ]; 4 9 }
hosts/tethys/disko.nix hosts/tethys/disks.nix