mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
organized, fixed wireguard config
This commit is contained in:
parent
1be91dfd0c
commit
079b1eb5d6
12 changed files with 139 additions and 70 deletions
13
modules/agenix.nix
Normal file
13
modules/agenix.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
agenixSrc = builtins.fetchTarball "https://github.com/ryantm/agenix/archive/main.tar.gz";
|
||||
in {
|
||||
imports = [
|
||||
"${agenixSrc}/modules/age.nix"
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
(pkgs.callPackage "${agenixSrc}/pkgs/agenix.nix" { })
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue