This commit is contained in:
2022-10-17 17:33:46 -04:00
parent 5e1a016465
commit 5d341048f7
2 changed files with 13 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
# paths it should manage.
home.username = "sstent";
home.homeDirectory = "/home/sstent";
#targets.genericLinux.enable = true;
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
@@ -19,8 +20,9 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
home.packages = with pkgs; [
python38
nmap
nomad
nomad_1_4
consul
terraform
wget
@@ -44,7 +46,7 @@ programs.bash = {
export NOMAD_ADDR="http://192.168.1.250:4646";
export TERM="xterm-256color";
if [ -e /home/sstent/.nix-profile/etc/profile.d/nix.sh ]; then . /home/sstent/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
keybase service &
#keybase service &
# Configure ssh forwarding
. ~/bin/wsl-ssh-agent-forwarder
ssh-add -l