Added more stuff

This commit is contained in:
FredzyW 2024-08-02 14:06:40 +02:00
parent 6b6e29b05b
commit c2f38e08ac
4 changed files with 26 additions and 7 deletions

View file

@ -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

View file

@ -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 = {

View file

@ -31,7 +31,7 @@
family = "FiraCode Nerd Font";
style = "Regular";
};
size = 9;
size = 11;
};
colors = {
primary = {

View file

@ -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";
};
};
};
}