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 = {
|
||||
"he4" = {
|
||||
host = "he4";
|
||||
port = 2222;
|
||||
hostname = "he4.vault81.de";
|
||||
user = "tristand";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
};
|
||||
"he3" = {
|
||||
host = "he3";
|
||||
hostname = "he3.vault81.de";
|
||||
user = "root";
|
||||
identityFile = "~/.ssh/id_hetz_ed25519";
|
||||
};
|
||||
"he2" = {
|
||||
host = "he2";
|
||||
hostname = "he2.vault81.de";
|
||||
|
|
|
@ -71,26 +71,13 @@
|
|||
services = {
|
||||
desktopManager.plasma6.enable = true;
|
||||
desktopManager.plasma6.enableQt5Integration = true;
|
||||
displayManager.sddm.enable = true;
|
||||
xserver = {
|
||||
enable = true;
|
||||
xkb = {
|
||||
layout = "us";
|
||||
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 = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 32;
|
||||
configurationLimit = 16;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 32;
|
||||
configurationLimit = 16;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 32;
|
||||
configurationLimit = 8;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue