update misc config

This commit is contained in:
Vinzenz Schroeter 2025-08-06 23:34:43 +02:00
parent e0f956950a
commit b0ba87b8c2
3 changed files with 6 additions and 8 deletions

View file

@ -50,15 +50,13 @@
arduino
arduino-ide
arduino-cli
kicad
kikit
ut1999
servicepoint-cli
servicepoint-simulator
anydesk
icu
nextcloud-client
];
home.file = {

View file

@ -7,7 +7,7 @@
quick-settings-tweaker
solaar-extension
alphabetical-app-grid
];
] ++ (with pkgs; [foliate]);
dconf.settings = {
"org/gnome/shell" = {

View file

@ -1,6 +1,6 @@
{ ... }:
{
imports = [ ./zerforschen-plus.nix ];
imports = [ ./nginx.nix ];
config = {
nix.settings.extra-platforms = [
@ -37,6 +37,6 @@
};
};
networking.firewall.allowedTCPPorts = [ 8776 ];
networking.firewall.allowedTCPPorts = [ 8776 1337 ];
};
}