blob: 3e504a4a19f8dc93fef4c195a91a716fe5ea545f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ config, pkgs, lib, conduit, ... }:
{
imports =
[
./services/nginx.nix
./services/conduit.nix
./services/pantalaimon.nix
];
system.stateVersion = "22.11"; # DO NOT EDIT!
}
|