config

NixOS config
Log | Files | Refs | README | LICENSE

default.nix (460B) - Raw


      1 { ... }:
      2 {
      3   imports = [
      4     ./borgstor
      5     ./btrfsborg
      6     ./btrfssnapshot
      7     ./deployerbot
      8     ./frigate
      9     ./git
     10     ./gitea
     11     ./grafana
     12     ./hass
     13     ./headscale
     14     ./immich
     15     ./ipxe
     16     ./jakstpub
     17     ./matrix-synapse
     18     ./minidlna
     19     ./node_exporter
     20     ./nsd-acme
     21     ./ping_exporter
     22     ./postfix
     23     ./printing
     24     ./ssh8022
     25     ./syncthing
     26     ./syncthing-relay
     27     ./tailscale
     28     ./timelapse-r11
     29     ./vaultwarden
     30     ./wifibackup
     31   ];
     32 }