Compare commits

..

No commits in common. "e6d9ee7618acbae82d9debbdd5959436b22e1842" and "53b449206ce2a49dd2d7347ffb1cc3e0f289b4ba" have entirely different histories.

4 changed files with 3 additions and 21 deletions

View File

@ -63,7 +63,6 @@
mtpfs
vimiv-qt
freecad
discord
# Fileanagement
kdePackages.ark

View File

@ -14,7 +14,4 @@
};
};
};
environment.systemPackages = with pkgs; [
zmkBATx
];
}

View File

@ -11,7 +11,6 @@
klipper = {
enable = true;
configFile = ./printer.cfg;
mutableConfig = true;
firmwares."sovol06" = {
serial = "/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0";
enableKlipperFlash = true;
@ -27,29 +26,14 @@
#useACMEHost = "home.opel-online.de";
serverName = "nbf5.home.opel-online.de";
#onlySSL = true;
#listenAddresses = [ "0.0.0.0" "::" ];
listenAddresses = [ "0.0.0.0" "::" ];
#forceSSL = true;
};
};
moonraker = {
enable = true;
user = "root";
allowSystemControl = true;
address = "0.0.0.0";
settings = {
authorization = {
force_logins = true;
cors_domains = [
"*://nbf5.home.opel-online.de"
"*.local"
];
trusted_clients = [
"127.0.0.0/8"
"192.168.2.0/24"
];
};
};
};
# nginx = {

View File

@ -14,6 +14,8 @@
{ config, lib, pkgs, ... }:
{
home.file.".config/sway/scripts/2in1screen".source = ../scripts/2in1screen;
wayland.windowManager.sway = {
enable = true;
checkConfig = false;