made a build and nixremote modules.

This commit is contained in:
2025-09-27 16:31:05 -06:00
parent 8cd5e390cf
commit 4b81028cde
7 changed files with 198 additions and 166 deletions

View File

@@ -30,7 +30,11 @@ in
++ autoImport "scripts"
++ autoImport "servers"
++ autoImport "services"
++ autoImport "shell";
++ autoImport "shell"
++ [
./nix/build.nix
./users/nixremote.nix
];
options.my = {
localhost = lib.mkOption {
type = lib.types.str;