mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: extract rekeying as separate repo
This commit is contained in:
parent
7c6461d8e2
commit
266945d242
7 changed files with 50 additions and 185 deletions
13
flake.nix
13
flake.nix
|
@ -33,8 +33,19 @@
|
|||
inputs.flake-compat.follows = "flake-compat";
|
||||
};
|
||||
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
ragenix = {
|
||||
url = "github:yaxitech/ragenix";
|
||||
inputs.agenix.follows = "agenix";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
agenix-rekey = {
|
||||
url = "github:oddlama/agenix-rekey";
|
||||
inputs.agenix.follows = "agenix";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
@ -76,7 +87,5 @@
|
|||
];
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
apps = {} // import ./apps/rekey.nix inputs localSystem;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue