diff --git a/modules/common.nix b/modules/common.nix index 62dd964..084fda0 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -14,19 +14,19 @@ ]; ###secretstore path variable - options._secretstore = lib.mkOption { - type = lib.types.str; - default = "${inputs.self}/secrets"; - description = "Path to the Secrets storage"; - }; + # options._secretstore = lib.mkOption { + # type = lib.types.str; + # default = "${inputs.self}/secrets"; + # description = "Path to the Secrets storage"; + # }; config = { system.stateVersion = "23.11"; # Did you read the comment? - sops = { - defaultSopsFile = "${config._secretstore}/host-secrets.yaml"; - age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"]; - }; + # sops = { + # defaultSopsFile = "${config._secretstore}/host-secrets.yaml"; + # age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"]; + # }; environment.systemPackages = [ pkgs.git