summary refs log tree commit diff stats
path: root/system/services/default.nix
blob: 3403eeacb66b8486ebcfc1c483de7d61d271a8ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{...}: {
  imports = [
    ./invidious
    ./mail
    ./mastodon
    ./matrix
    ./minecraft
    ./murmur
    ./nix
    ./restic
    ./taskserver
  ];
}