Skip to content

Commit

Permalink
feat(agenix): switch to ragenix
Browse files Browse the repository at this point in the history
  • Loading branch information
reo101 committed Dec 25, 2023
1 parent 05f384a commit b8eee7e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 64 deletions.
73 changes: 15 additions & 58 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,16 @@
};
};

ragenix = {
url = "github:yaxitech/ragenix";
inputs.agenix.follows = "agenix";
};

agenix-rekey = {
url = "github:oddlama/agenix-rekey";
inputs.nixpkgs.follows = "nixpkgs";
};

ragenix = {
url = "github:yaxitech/ragenix";
};

# Nix User Repository
nur = {
url = "github:nix-community/NUR";
Expand Down Expand Up @@ -118,8 +119,8 @@
, disko
, deploy-rs
, agenix
, agenix-rekey
, ragenix
, agenix-rekey
, nur
, spicetify-nix
, hardware
Expand Down
2 changes: 1 addition & 1 deletion machines/nixos/x86_64-linux/jeeves/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
inputs.hardware.nixosModules.common-cpu-amd
inputs.hardware.nixosModules.common-gpu-amd
./disko.nix
inputs.agenix.nixosModules.default
inputs.ragenix.nixosModules.default
inputs.agenix-rekey.nixosModules.default
./network.nix
./wireguard.nix
Expand Down

0 comments on commit b8eee7e

Please sign in to comment.