From 5cdd0a185fe5d6c8d066594ffaf95ff0541fbfda Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Wed, 3 Jul 2024 16:09:07 +0200 Subject: [PATCH 1/4] added podman-dektop to workstation --- workstation/podman.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/workstation/podman.nix b/workstation/podman.nix index 44f2f43..1e74032 100644 --- a/workstation/podman.nix +++ b/workstation/podman.nix @@ -8,6 +8,7 @@ environment.systemPackages = with pkgs; [ podman-tui podman-compose + podman-desktop ]; } From 5b461cc0da254936a53ffcc98dc8295c9f25f615 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 4 Jul 2024 07:06:32 +0200 Subject: [PATCH 2/4] vps1 only ssh on tailscale --- proxy/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/proxy/configuration.nix b/proxy/configuration.nix index c33ae22..95782ea 100644 --- a/proxy/configuration.nix +++ b/proxy/configuration.nix @@ -19,8 +19,14 @@ in # tailscale services.tailscale.enable = true; - # fail2ban + # fail2ban/ssh services.fail2ban.enable = true; + services.openssh.listenAddresses = [ + { + addr = "100.96.189.104"; + port = 22; + } + ]; # nginx reverse proxy services.nginx = { From 8c47c2f4adbb666dc230c6a15d18aefb6480ac42 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 4 Jul 2024 10:53:25 +0200 Subject: [PATCH 3/4] vterm and enable emacs for workstation --- workstation/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index b200404..1271a74 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -69,6 +69,8 @@ # KDE services.desktopManager.plasma6.enable = true; + + services.emacs.enable = true; # Sway programs.sway = { @@ -114,6 +116,7 @@ shell = pkgs.zsh; packages = with pkgs; [ teams-for-linux firefox ncpamixer starship discord fastfetch + emacsPackages.vterm ]; }; From fd25a1a8e57f0011676a30f5657b0b572788ced2 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 8 Jul 2024 20:28:01 +0200 Subject: [PATCH 4/4] added krita to workstation --- workstation/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 1271a74..5e628b7 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -130,7 +130,8 @@ wayland xdg-utils swaylock swayidle swaybg waybar fuzzel gammastep mako - neovim emacs + neovim emacs + krita neofetch glances inxi htop bottom wget curl git