Added more stuff
This commit is contained in:
parent
6b6e29b05b
commit
c2f38e08ac
4 changed files with 26 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
family = "FiraCode Nerd Font";
|
family = "FiraCode Nerd Font";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
};
|
};
|
||||||
size = 9;
|
size = 11;
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
primary = {
|
primary = {
|
||||||
|
|
|
@ -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 = "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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue