summary refs log tree commit diff
path: root/host/Rory-fosscord/software.nix
blob: 78f4412ad3b869a940050683250073fef35b6981 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ config, pkgs, lib, discord-client-proxy, ... }:

{
  imports =
    [
      ../../modules/base-server.nix
      # ./services.nix
      discord-client-proxy.modules.proxy
      discord-client-proxy.modules.users
    ];

  system.stateVersion = "22.11"; # DO NOT EDIT!
}