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
|
let
|
||||||
selfPkgs = import ./pkgs;
|
selfPkgs = import ./pkgs;
|
||||||
username = "liv";
|
username = "liv";
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
modules = [(
|
modules = [(
|
||||||
import ./hosts/violet
|
import ./hosts/violet
|
||||||
)];
|
)];
|
||||||
specialArgs = { host="violet"; inherit self inputs username iceshrimp ; };
|
specialArgs = { host="violet"; inherit self inputs username agenix iceshrimp ; };
|
||||||
};
|
};
|
||||||
|
|
||||||
vm = nixpkgs.lib.nixosSystem {
|
vm = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue