feat: adds agenix to violet

This commit is contained in:
Ahwx 2024-07-16 21:35:36 +02:00
parent 79c682fa64
commit ae12f8abdc

View file

@ -37,7 +37,7 @@
};
};
outputs = { nixpkgs, self, agenix, iceshrimp, catppuccin, ...} @ inputs:
outputs = { nixpkgs, self, agenix, iceshrimp, , ...} @ inputs:
let
selfPkgs = import ./pkgs;
username = "liv";
@ -71,7 +71,7 @@
modules = [(
import ./hosts/violet
)];
specialArgs = { host="violet"; inherit self inputs username iceshrimp ; };
specialArgs = { host="violet"; inherit self inputs username agenix iceshrimp ; };
};
vm = nixpkgs.lib.nixosSystem {