fix home-manager and misc changes

This commit is contained in:
2024-11-07 14:17:25 +01:00
parent dea19e0b3b
commit 01f1e82284
11 changed files with 237 additions and 46 deletions

View File

@@ -54,7 +54,7 @@ in
# thunderbird
];
};
lib.my-namespace.home.stream-tools.enable = true;
# lib.my-namespace.home.stream-tools.enable = true;
# Open ports in the firewall.
@@ -91,10 +91,18 @@ in
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
'';
};
services.openssh = {
enable = true;
passwordAuthentication = true;
};
# services.xrdp.enable = true;
# services.xrdp.defaultWindowManager = "${pkgs.gnome-session}/bin/gnome-session";
# services.xrdp.openFirewall = true;
# Disable the GNOME3/GDM auto-suspend feature that cannot be disabled in GUI!
# If no user is logged in, the machine will power down after 20 minutes.
systemd.targets.sleep.enable = false;