summary refs log tree commit diff
path: root/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix
blob: 2c0d9016663287d61447b05e1be78fccf5c94003 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ config, pkgs, lib, conduit, ... }:

{
  imports =
    [
      ./services/nginx.nix
      ./services/conduit.nix
    ];

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