converted more modules

This commit is contained in:
John Lancaster
2026-03-08 11:25:07 -05:00
parent 7d4f997c18
commit 0c1e633aaa
4 changed files with 44 additions and 0 deletions

View File

@@ -19,6 +19,17 @@
pkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
modules = [
inputs.self.homeModules."john-pc-ubuntu"
# Include another inline module to set the options created through the jsl-home modules
{
homeManagerFlakeDir = "~/.config/home-manager";
docker.enable = true;
ssh.matchSets = {
certs = true;
appdaemon = true;
homelab = true;
};
}
];
};
}