Add agenix tool
This commit is contained in:
parent
60ff89b7cc
commit
5d8b4e96b2
@ -13,6 +13,8 @@
|
|||||||
./slurm.nix
|
./slurm.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
|
|
||||||
|
<agenix/modules/age.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.services."serial-getty@ttyS0" = {
|
systemd.services."serial-getty@ttyS0" = {
|
||||||
@ -27,6 +29,7 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option
|
vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option
|
||||||
ipmitool freeipmi ethtool lm_sensors
|
ipmitool freeipmi ethtool lm_sensors
|
||||||
|
(pkgs.callPackage <agenix/pkgs/agenix.nix> {})
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user