diff --git a/flake.lock b/flake.lock index 31b2b346..8c65a0b3 100644 --- a/flake.lock +++ b/flake.lock @@ -1,32 +1,5 @@ { "nodes": { - "agenix": { - "inputs": { - "darwin": "darwin", - "home-manager": [ - "hm" - ], - "nixpkgs": [ - "nixpkgs" - ], - "systems": [ - "systems" - ] - }, - "locked": { - "lastModified": 1722339003, - "narHash": "sha256-ZeS51uJI30ehNkcZ4uKqT4ZDARPyqrHADSKAwv5vVCU=", - "owner": "ryantm", - "repo": "agenix", - "rev": "3f1dae074a12feb7327b4bf43cbac0d124488bb7", - "type": "github" - }, - "original": { - "owner": "ryantm", - "repo": "agenix", - "type": "github" - } - }, "anyrun": { "inputs": { "flake-parts": "flake-parts", @@ -154,28 +127,6 @@ "type": "github" } }, - "darwin": { - "inputs": { - "nixpkgs": [ - "agenix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1700795494, - "narHash": "sha256-gzGLZSiOhf155FW7262kdHo2YDeugp3VuIFb4/GGng0=", - "owner": "lnl7", - "repo": "nix-darwin", - "rev": "4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d", - "type": "github" - }, - "original": { - "owner": "lnl7", - "ref": "master", - "repo": "nix-darwin", - "type": "github" - } - }, "devshell": { "inputs": { "nixpkgs": [ @@ -1106,7 +1057,6 @@ }, "root": { "inputs": { - "agenix": "agenix", "anyrun": "anyrun", "chaotic": "chaotic", "firefox-nightly": "firefox-nightly", diff --git a/flake.nix b/flake.nix index 6730fb2b..110df3bf 100644 --- a/flake.nix +++ b/flake.nix @@ -68,14 +68,14 @@ inputs.nixpkgs.follows = "nixpkgs"; }; anyrun.url = "github:anyrun-org/anyrun"; - agenix = { - url = "github:ryantm/agenix"; - inputs = { - nixpkgs.follows = "nixpkgs"; - home-manager.follows = "hm"; - systems.follows = "systems"; - # darwin.follows = ""; - }; - }; + # agenix = { + # url = "github:ryantm/agenix"; + # inputs = { + # nixpkgs.follows = "nixpkgs"; + # home-manager.follows = "hm"; + # systems.follows = "systems"; + # darwin.follows = ""; + # }; + # }; }; } diff --git a/nixos/hosts/default.nix b/nixos/hosts/default.nix index 64959c56..2e329670 100644 --- a/nixos/hosts/default.nix +++ b/nixos/hosts/default.nix @@ -39,7 +39,7 @@ }; } - inputs.agenix.nixosModules.default + # inputs.agenix.nixosModules.default inputs.chaotic.nixosModules.default ]; }; diff --git a/secrets/secrets.nix b/secrets/secrets.nix deleted file mode 100644 index 552e4fce..00000000 --- a/secrets/secrets.nix +++ /dev/null @@ -1,5 +0,0 @@ -let - cnst = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJMWwiz9YWBMUKFtAmF3xTEdBW27zkBH8UYaqWWcs70d cnst@cnix"; -in { - "secret1.age".publicKeys = [cnst]; -}