summaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 7b13c1b..da3e74b 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -58,14 +58,7 @@ in {
};
p-body = {
builder = nixpkgs.lib.nixosSystem;
- inherit (common) system;
-
- specialArgs = let
- unstable = import nixpkgsUnstable {
- inherit (common) system;
- overlays = [guzzle_api.overlays.default];
- };
- in {inherit (unstable) guzzle-api-server;};
+ inherit (common) specialArgs system;
modules = [
agenix.nixosModules.default