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/kitty.nix
|
||||
../shared/alacritty.nix
|
||||
# ../shared/dunst.nix
|
||||
../shared/tmux.nix
|
||||
../shared/vim.nix
|
||||
../shared/fish.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 = {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
family = "FiraCode Nerd Font";
|
||||
style = "Regular";
|
||||
};
|
||||
size = 9;
|
||||
size = 11;
|
||||
};
|
||||
colors = {
|
||||
primary = {
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue