Fix no-space-left on device & ssh port
This commit is contained in:
parent
76701010b3
commit
e66f4d3af4
5 changed files with 4 additions and 24 deletions
|
@ -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";
|
||||||
|
|
|
@ -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";
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 32;
|
configurationLimit = 16;
|
||||||
};
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 32;
|
configurationLimit = 16;
|
||||||
};
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 32;
|
configurationLimit = 8;
|
||||||
};
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue