diff options
author | Karel Kočí <cynerd@email.cz> | 2023-05-11 13:17:15 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-05-11 13:17:15 +0200 |
commit | 9c084d003c73dfc1fff6793e7850f88c506314c2 (patch) | |
tree | ebeea28fe117b4dc9d25114a03261778c1eb5db6 /nixos | |
parent | 0b298fbaf9ba06b88959c81498b215a2a0693371 (diff) | |
download | nixos-personal-9c084d003c73dfc1fff6793e7850f88c506314c2.tar.gz nixos-personal-9c084d003c73dfc1fff6793e7850f88c506314c2.tar.bz2 nixos-personal-9c084d003c73dfc1fff6793e7850f88c506314c2.zip |
nixos/develop: add agenix
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configurations.nix | 1 | ||||
-rw-r--r-- | nixos/modules/develop.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nixos/configurations.nix b/nixos/configurations.nix index 96c74b9..9525888 100644 --- a/nixos/configurations.nix +++ b/nixos/configurations.nix @@ -13,6 +13,7 @@ with nixpkgs.lib; let networking.hostName = hostname; nixpkgs.overlays = [ self.overlays.default + agenix.overlays.default sterm.overlay ]; system.configurationRevision = self.rev or "dirty"; diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 6a68e7f..cb99ac0 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -40,6 +40,7 @@ with lib; { statix nixfmt nixpkgs-fmt + agenix # Shell dash # Posix shell |