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