diff options
| -rw-r--r-- | flake.lock | 27 | ||||
| -rw-r--r-- | flake.nix | 9 | ||||
| -rw-r--r-- | systems/atlas/default.nix | 10 | ||||
| -rw-r--r-- | systems/default.nix | 6 |
4 files changed, 1 insertions, 51 deletions
@@ -222,32 +222,6 @@ "type": "github" } }, - "guzzle_api": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "parts": [ - "parts" - ], - "pre-commit": [ - "pre-commit" - ] - }, - "locked": { - "lastModified": 1699129334, - "narHash": "sha256-4GDfY3GaBcFo9xXASiuJocyRX5KtmOLQpveOT6gsnaw=", - "owner": "getchoo", - "repo": "guzzle_api", - "rev": "3f14e61bd35922e13f418a08d50915ca0d75a379", - "type": "github" - }, - "original": { - "owner": "getchoo", - "repo": "guzzle_api", - "type": "github" - } - }, "hm": { "inputs": { "nixpkgs": [ @@ -526,7 +500,6 @@ "darwin": "darwin", "getchoo": "getchoo", "getchvim": "getchvim", - "guzzle_api": "guzzle_api", "hm": "hm", "lanzaboote": "lanzaboote", "nix-index-database": "nix-index-database", @@ -60,15 +60,6 @@ }; }; - guzzle_api = { - url = "github:getchoo/guzzle_api"; - inputs = { - nixpkgs.follows = "nixpkgs"; - parts.follows = "parts"; - pre-commit.follows = "pre-commit"; - }; - }; - hm = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 3048534..93b2081 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -29,16 +29,6 @@ }; services = { - guzzle-api = { - enable = true; - domain = "api.${config.networking.domain}"; - nginx = { - enableACME = true; - acmeRoot = null; - addSSL = true; - }; - }; - resolved.enable = false; }; diff --git a/systems/default.nix b/systems/default.nix index eb3522b..40073c5 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -59,11 +59,7 @@ in { atlas = { builder = inputs.nixpkgs-stable.lib.nixosSystem; system = "aarch64-linux"; - modules = - [ - inputs.guzzle_api.nixosModules.default - ] - ++ server; + modules = server; }; }; |
