beginnings of split dns

This commit is contained in:
William 2025-11-08 20:47:21 -03:00
parent a1369e5818
commit 2289f0e6e4
10 changed files with 177 additions and 3 deletions

View file

@ -1,12 +1,12 @@
{ ... }:
{ inputs, ... }:
{
perSystem =
{ pkgs, ... }:
{ pkgs, system, ... }:
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [
agenix-cli
inputs.agenix.packages.${system}.default
deploy-rs
nil
nixfmt-rfc-style