mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds agenix to violet
This commit is contained in:
parent
79c682fa64
commit
ae12f8abdc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue