From c2f38e08ace291a6191a15cc6c1164ebe1c34976 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Fri, 2 Aug 2024 14:06:40 +0200 Subject: [PATCH 1/2] Added more stuff --- config/home.nix | 1 + maskiner/jobb/configuration.nix | 12 ++++++------ shared/alacritty.nix | 2 +- shared/ssh.nix | 18 ++++++++++++++++++ 4 files changed, 26 insertions(+), 7 deletions(-) diff --git a/config/home.nix b/config/home.nix index 3841ac7..d8c9702 100644 --- a/config/home.nix +++ b/config/home.nix @@ -13,6 +13,7 @@ ../shared/dmenu.nix # ../shared/kitty.nix ../shared/alacritty.nix + # ../shared/dunst.nix ../shared/tmux.nix ../shared/vim.nix ../shared/fish.nix diff --git a/maskiner/jobb/configuration.nix b/maskiner/jobb/configuration.nix index edf4902..ad2c2c6 100644 --- a/maskiner/jobb/configuration.nix +++ b/maskiner/jobb/configuration.nix @@ -17,12 +17,12 @@ networking.hostName = myhostname; - services.k3s = { - enable = true; - role = "server"; - token = "supersupersecretkey"; - clusterInit = true; - }; + # services.k3s = { + # enable = true; + # role = "server"; + # token = "supersupersecretkey"; + # clusterInit = true; + # }; # services = { # syncthing = { diff --git a/shared/alacritty.nix b/shared/alacritty.nix index 7211e2c..e469979 100644 --- a/shared/alacritty.nix +++ b/shared/alacritty.nix @@ -31,7 +31,7 @@ family = "FiraCode Nerd Font"; style = "Regular"; }; - size = 9; + size = 11; }; colors = { primary = { diff --git a/shared/ssh.nix b/shared/ssh.nix index dc61c3c..5d6f9b1 100644 --- a/shared/ssh.nix +++ b/shared/ssh.nix @@ -62,6 +62,24 @@ user = "fw"; identityFile = "/home/fw/.ssh/fw-ssh-key"; }; + "kub1" = { + hostname = "192.168.0.52"; + port = 22; + user = "fw"; + identityFile = "/home/fw/.ssh/fw-ssh-key"; + }; + "mac" = { + hostname = "82.76.34.36"; + port = 22; + user = "ifacts"; + identityFile = "/home/fw/.ssh/ifacts-ssh-key"; + }; + "malmo" = { + hostname = "192.168.0.138"; + port = 22; + user = "ifacts"; + identityFile = "/home/fw/.ssh/ifacts-ssh-key"; + }; }; }; } From 19b0858b2619c9d49dccc7d91dbed649858a57b0 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Tue, 17 Sep 2024 09:58:44 +0200 Subject: [PATCH 2/2] Added macbook --- shared/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/ssh.nix b/shared/ssh.nix index 5d6f9b1..6a2757d 100644 --- a/shared/ssh.nix +++ b/shared/ssh.nix @@ -69,7 +69,7 @@ identityFile = "/home/fw/.ssh/fw-ssh-key"; }; "mac" = { - hostname = "82.76.34.36"; + hostname = "192.168.0.206"; port = 22; user = "ifacts"; identityFile = "/home/fw/.ssh/ifacts-ssh-key";