Merge branch 'main' of github.com:FredzyW/nix

This commit is contained in:
FredzyW 2024-09-29 21:14:42 +02:00
commit ac5aabd273
4 changed files with 26 additions and 6 deletions

View file

@ -13,6 +13,7 @@
../shared/dmenu.nix ../shared/dmenu.nix
../shared/kitty.nix ../shared/kitty.nix
../shared/alacritty.nix ../shared/alacritty.nix
# ../shared/dunst.nix
../shared/tmux.nix ../shared/tmux.nix
../shared/vim.nix ../shared/vim.nix
../shared/fish.nix ../shared/fish.nix

View file

@ -18,6 +18,7 @@
"wheel" "wheel"
"audio" "audio"
"docker" "docker"
"input"
]; ];
openssh.authorizedKeys = { openssh.authorizedKeys = {
keys = [ keys = [

View file

@ -17,12 +17,12 @@
networking.hostName = myhostname; networking.hostName = myhostname;
services.k3s = { # services.k3s = {
enable = true; # enable = true;
role = "server"; # role = "server";
token = "supersupersecretkey"; # token = "supersupersecretkey";
clusterInit = true; # clusterInit = true;
}; # };
# services = { # services = {
# syncthing = { # syncthing = {

View file

@ -62,6 +62,24 @@
user = "fw"; user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key"; 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" = { "kobo" = {
hostname = "192.168.1.192"; hostname = "192.168.1.192";
port = 22; port = 22;