about summary refs log blame commit diff stats
path: root/system/services/default.nix
blob: b8b617e828362adb3a330b01b1d7af6d3c0532f5 (plain) (tree)
1
2
3
4
5
6
7
8
9
        
             
              
               
                      
          
              
            
               
              
            
         
            
               
                
    
{...}: {
  imports = [
    ./fail2ban
    ./invidious
    ./invidious-router
    ./mail
    ./mastodon
    ./matrix
    ./minecraft
    ./miniflux
    ./murmur
    ./nix
    ./restic
    ./rust-motd
    ./taskserver
  ];
}