diff --git a/config/home.nix b/config/home.nix index 3acee31..2a7ff34 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/config/users.nix b/config/users.nix index b851d80..6cabc08 100644 --- a/config/users.nix +++ b/config/users.nix @@ -18,6 +18,7 @@ "wheel" "audio" "docker" + "input" ]; openssh.authorizedKeys = { keys = [ 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/ssh.nix b/shared/ssh.nix index ff42ec6..d85680e 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 = "192.168.0.206"; + 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"; + }; "kobo" = { hostname = "192.168.1.192"; port = 22;