file location adjustments

disko may not be required here depending on the fact we are leveraging
lxc containers
This commit is contained in:
Jermeiah S 2025-06-14 06:01:03 -04:00
parent 8f7a75814d
commit 906179fbed
No known key found for this signature in database
7 changed files with 129 additions and 28 deletions

View file

@ -5,6 +5,5 @@
imports = [
flake.inputs.self.nixosModules.common
];
services.openssh.enable = true;
nixpkgs.overlays = [ flake.inputs.self.overlays.default ];
}