mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove agenix because i cant get it to work (2)
This commit is contained in:
parent
302ee11e53
commit
8b5787e109
3 changed files with 5 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue