update misc config
This commit is contained in:
parent
e0f956950a
commit
b0ba87b8c2
|
@ -50,15 +50,13 @@
|
|||
arduino
|
||||
arduino-ide
|
||||
arduino-cli
|
||||
kicad
|
||||
kikit
|
||||
|
||||
ut1999
|
||||
|
||||
servicepoint-cli
|
||||
servicepoint-simulator
|
||||
|
||||
anydesk
|
||||
icu
|
||||
|
||||
nextcloud-client
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
quick-settings-tweaker
|
||||
solaar-extension
|
||||
alphabetical-app-grid
|
||||
];
|
||||
] ++ (with pkgs; [foliate]);
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/shell" = {
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue