Fix no-space-left on device & ssh port

This commit is contained in:
Tristan D. 2024-04-29 12:26:24 +02:00
parent 76701010b3
commit e66f4d3af4
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY
5 changed files with 4 additions and 24 deletions

View file

@ -111,17 +111,10 @@ in
matchBlocks = { matchBlocks = {
"he4" = { "he4" = {
host = "he4"; host = "he4";
port = 2222;
hostname = "he4.vault81.de"; hostname = "he4.vault81.de";
user = "tristand"; user = "tristand";
identityFile = "~/.ssh/id_ed25519"; identityFile = "~/.ssh/id_ed25519";
}; };
"he3" = {
host = "he3";
hostname = "he3.vault81.de";
user = "root";
identityFile = "~/.ssh/id_hetz_ed25519";
};
"he2" = { "he2" = {
host = "he2"; host = "he2";
hostname = "he2.vault81.de"; hostname = "he2.vault81.de";

View file

@ -71,26 +71,13 @@
services = { services = {
desktopManager.plasma6.enable = true; desktopManager.plasma6.enable = true;
desktopManager.plasma6.enableQt5Integration = true; desktopManager.plasma6.enableQt5Integration = true;
displayManager.sddm.enable = true;
xserver = { xserver = {
enable = true; enable = true;
xkb = { xkb = {
layout = "us"; layout = "us";
variant = "alt-intl"; variant = "alt-intl";
}; };
# desktopManager.plasma5.enable = true;
# desktopManager.plasma5.useQtScaling = true;
displayManager = {
# defaultSession = "plasmawayland";
sddm.enable = true;
# autoLogin = {
# enable = true;
# user = "tristand";
# };
};
}; };
}; };
} }

View file

@ -40,7 +40,7 @@
loader = { loader = {
systemd-boot = { systemd-boot = {
enable = true; enable = true;
configurationLimit = 32; configurationLimit = 16;
}; };
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };

View file

@ -120,7 +120,7 @@
loader = { loader = {
systemd-boot = { systemd-boot = {
enable = true; enable = true;
configurationLimit = 32; configurationLimit = 16;
}; };
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };

View file

@ -47,7 +47,7 @@
loader = { loader = {
systemd-boot = { systemd-boot = {
enable = true; enable = true;
configurationLimit = 32; configurationLimit = 8;
}; };
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };