Compare commits

...

1 Commits

Author SHA1 Message Date
a642257fb3 fix remote build 2026-01-18 18:22:16 -06:00

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }: { { lib, pkgs, inputs, ... }: {
options.sysconfig.remoteBuildClient = with lib; mkOption { options.sysconfig.remoteBuildClient = with lib; mkOption {
type = with types; bool; type = with types; bool;
@@ -15,7 +15,6 @@
extraSpecialArgs = { inherit inputs; }; extraSpecialArgs = { inherit inputs; };
sharedModules = [ sharedModules = [
inputs.sops-nix.homeManagerModules.sops inputs.sops-nix.homeManagerModules.sops
inputs.home-manager-config
]; ];
config = { config, lib, pkgs, ... }: { config = { config, lib, pkgs, ... }: {
imports = [ imports = [