mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add agenix alias
This commit is contained in:
parent
b42ab9860c
commit
cdc8875e3b
3 changed files with 13 additions and 7 deletions
13
modules/agenix.nix
Normal file
13
modules/agenix.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ lib, pkgs, ... }: with lib; merge
|
||||
|
||||
(systemConfiguration {
|
||||
age.identityPaths = [ "/root/.ssh/id" ];
|
||||
})
|
||||
|
||||
(desktopSystemConfiguration {
|
||||
environment.shellAliases.agenix = "agenix --identity ~/.ssh/id";
|
||||
})
|
||||
|
||||
(desktopSystemPackages (with pkgs; [
|
||||
agenix
|
||||
]))
|
|
@ -24,8 +24,6 @@
|
|||
]))
|
||||
|
||||
(desktopSystemPackages (with pkgs; [
|
||||
agenix
|
||||
|
||||
clang_16
|
||||
clang-tools_16
|
||||
deno
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue