diff --git a/flake.lock b/flake.lock index d945363..ad5fc9d 100644 --- a/flake.lock +++ b/flake.lock @@ -949,29 +949,11 @@ "polygon-art": "polygon-art", "private_assets": "private_assets", "retiolum": "retiolum", - "secrets": "secrets", "srvos": "srvos", "stylix": "stylix", "taskshell": "taskshell" } }, - "secrets": { - "flake": false, - "locked": { - "lastModified": 1712505515, - "narHash": "sha256-XvuG5hC5EKAcie8dycZ7x5myPrObCkrCfUNkH/rsiTE=", - "ref": "main", - "rev": "edb5928f4d18aa58856b695139fc20a77c8763d5", - "revCount": 66, - "type": "git", - "url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-secrets.git" - }, - "original": { - "ref": "main", - "type": "git", - "url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-secrets.git" - } - }, "sops-nix": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index 810bd04..2d3b03b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,11 +1,6 @@ { inputs = { - secrets = { - url = "git+ssh://forgejo@git.ingolf-wagner.de/palo/nixos-secrets.git?ref=main"; - flake = false; - }; - flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; @@ -121,7 +116,6 @@ , polygon-art , private_assets , retiolum - , secrets , srvos , stylix , taskshell