wip agenix
This commit is contained in:
parent
799e2fd944
commit
a7a0869dbe
6 changed files with 41 additions and 135 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
ragenix = {
|
||||
url = "github:yaxitech/ragenix";
|
||||
agenix = {
|
||||
url = "github:Henry-Hiles/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
home-manager = {
|
||||
|
@ -40,7 +40,7 @@
|
|||
modules = with dirUtils;
|
||||
[
|
||||
./wrappers
|
||||
inputs.ragenix.nixosModules.default
|
||||
inputs.agenix.nixosModules.default
|
||||
inputs.nix-gaming.nixosModules.pipewireLowLatency
|
||||
]
|
||||
++ dirFiles "${inputs.self}/${hostname}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue