ssh module reorg

This commit is contained in:
John Lancaster
2026-03-10 22:18:28 -05:00
parent 7eaa32f161
commit 20f72768c5
4 changed files with 15 additions and 16 deletions

View File

@@ -14,6 +14,7 @@
flake.nixosConfigurations.lxc = inputs.nixpkgs.lib.nixosSystem {
modules = [
inputs.self.modules.nixos.lxc
inputs.self.modules.nixos.ssh
];
};
}