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 mtpfs
vimiv-qt vimiv-qt
freecad freecad
discord
# Fileanagement # Fileanagement
kdePackages.ark kdePackages.ark

View File

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

View File

@ -11,7 +11,6 @@
klipper = { klipper = {
enable = true; enable = true;
configFile = ./printer.cfg; configFile = ./printer.cfg;
mutableConfig = true;
firmwares."sovol06" = { firmwares."sovol06" = {
serial = "/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0"; serial = "/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0";
enableKlipperFlash = true; enableKlipperFlash = true;
@ -27,29 +26,14 @@
#useACMEHost = "home.opel-online.de"; #useACMEHost = "home.opel-online.de";
serverName = "nbf5.home.opel-online.de"; serverName = "nbf5.home.opel-online.de";
#onlySSL = true; #onlySSL = true;
#listenAddresses = [ "0.0.0.0" "::" ]; listenAddresses = [ "0.0.0.0" "::" ];
#forceSSL = true; #forceSSL = true;
}; };
}; };
moonraker = { moonraker = {
enable = true; enable = true;
user = "root";
allowSystemControl = true; 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 = { # nginx = {

View File

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