Compare commits
2 Commits
c0f6f05619
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| a642257fb3 | |||
| f7f727a361 |
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, inputs, ... }: {
|
||||
{ lib, pkgs, inputs, ... }: {
|
||||
|
||||
options.sysconfig.remoteBuildClient = with lib; mkOption {
|
||||
type = with types; bool;
|
||||
@@ -15,7 +15,6 @@
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
sharedModules = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
inputs.home-manager-config
|
||||
];
|
||||
config = { config, lib, pkgs, ... }: {
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user