chore: remove agenix because i cant get it to work (2)

This commit is contained in:
Ahwx 2024-07-16 23:13:13 +02:00
parent 302ee11e53
commit 8b5787e109
3 changed files with 5 additions and 11 deletions

View file

@ -29,15 +29,12 @@
flake = false;
};
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
iceshrimp = {
url = "git+https://iceshrimp.dev/iceshrimp/packaging";
};
};
outputs = { nixpkgs, self, iceshrimp, agenix, catppuccin, ...} @ inputs:
outputs = { nixpkgs, self, iceshrimp, catppuccin, ...} @ inputs:
let
selfPkgs = import ./pkgs;
username = "liv";
@ -71,7 +68,7 @@
modules = [(
import ./hosts/violet
)];
specialArgs = { host="violet"; inherit self inputs username agenix iceshrimp ; };
specialArgs = { host="violet"; inherit self inputs username iceshrimp ; };
};
vm = nixpkgs.lib.nixosSystem {