This repository has been archived on 2024-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
server_config/sys/srv/default.nix

8 lines
79 B
Nix

{ config, pkgs, lib, flakes, ... }:
with lib;
{
imports = [
./lib
];
}