mirror of
https://github.com/sstent/nixfotfiles_1.git
synced 2026-01-25 06:31:45 +00:00
sync
This commit is contained in:
6
home.nix
6
home.nix
@@ -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
|
||||
|
||||
11
mrconfig
11
mrconfig
@@ -18,7 +18,7 @@ checkout = git clone 'git@github.com:sstent/containers.git' "$MR_REPO"
|
||||
post_checkout = cd "$MR_REPO" && git remote add keybase keybase://private/sstent/containers
|
||||
fixups =
|
||||
if ! git config remote.keybase.url > /dev/null; then
|
||||
echo "NO KeyBase"…
|
||||
echo "No KeyBase"
|
||||
fi
|
||||
|
||||
|
||||
@@ -27,6 +27,13 @@ name = nixpkgs
|
||||
checkout = git clone 'git@github.com:sstent/nixpkgs.git' 'nixpkgs'
|
||||
fixups =
|
||||
if ! git config remote.keybase.url > /dev/null; then
|
||||
echo "NO KeyBase"…
|
||||
echo "No KeyBase"
|
||||
git remote add keybase keybase://private/sstent/nixpkgs
|
||||
fi
|
||||
|
||||
[projects/gocast]
|
||||
name = gocast
|
||||
checkout = git clone 'git@github.com:sstent/gocast.git' 'gocast'
|
||||
|
||||
[projects/code]
|
||||
checkout = git clone 'keybase://private/sstent/code' 'code'
|
||||
|
||||
Reference in New Issue
Block a user