summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/zshrc4
-rw-r--r--installer.nix2
2 files changed, 6 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index d4d75073..9fe88163 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -395,6 +395,10 @@ u2wdb() {
395 ssh -t postgres@uniworxdb2 psql uni2work 395 ssh -t postgres@uniworxdb2 psql uni2work
396} 396}
397 397
398ssh-installer() {
399 ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentityFile=~/.ssh/gkleen@sif.midgard.yggdrasil $@
400}
401
398alias '..'='cd ..' 402alias '..'='cd ..'
399alias -g L='| less' 403alias -g L='| less'
400alias -g S='&> /dev/null' 404alias -g S='&> /dev/null'
diff --git a/installer.nix b/installer.nix
index 3987e8ab..3fbb83c4 100644
--- a/installer.nix
+++ b/installer.nix
@@ -4,6 +4,8 @@
4 ]; 4 ];
5 5
6 config = { 6 config = {
7 networking.wireless.enable = false;
8
7 networking.firewall = { 9 networking.firewall = {
8 enable = true; 10 enable = true;
9 allowedTCPPorts = [ 22 # ssh 11 allowedTCPPorts = [ 22 # ssh