Compare commits
2 Commits
53b449206c
...
e6d9ee7618
Author | SHA1 | Date | |
---|---|---|---|
e6d9ee7618 | |||
0055fb07c4 |
@ -63,6 +63,7 @@
|
||||
mtpfs
|
||||
vimiv-qt
|
||||
freecad
|
||||
discord
|
||||
|
||||
# Fileanagement
|
||||
kdePackages.ark
|
||||
|
@ -14,4 +14,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
zmkBATx
|
||||
];
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
klipper = {
|
||||
enable = true;
|
||||
configFile = ./printer.cfg;
|
||||
mutableConfig = true;
|
||||
firmwares."sovol06" = {
|
||||
serial = "/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0";
|
||||
enableKlipperFlash = true;
|
||||
@ -26,14 +27,29 @@
|
||||
#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 = {
|
||||
|
@ -14,8 +14,6 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file.".config/sway/scripts/2in1screen".source = ../scripts/2in1screen;
|
||||
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
checkConfig = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user