cleaning?

This commit is contained in:
2025-09-17 14:15:40 +03:00
parent b7ce4a8342
commit 7edae13daa
11 changed files with 12 additions and 56 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ let
./essentials
./users.nix
./options.nix
./temp.nix
# ./temp.nix
(./. + "/${deviceType}") # specific modules
home-manager.nixosModules.home-manager # home-manager module
+7 -7
View File
@@ -8,13 +8,13 @@
}:
{
services = {
# nextcloud-whiteboard-server = {
# enable = true;
# settings = {
# NEXTCLOUD_URL = "http://localhost:10000";
# };
# secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
# };
nextcloud-whiteboard-server = {
enable = true;
settings = {
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru";
};
secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
};
nextcloud = {
enable = true;
package = pkgs.nextcloud31;
+1 -1
View File
@@ -22,7 +22,7 @@
"pipewire"
"qemu-libvirtd"
"wheel"
"immich"
"immich" # rm?
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKduJia+unaQQdN6X5syaHvnpIutO+yZwvfiCP4qKQ/P"
-1
View File
@@ -4,7 +4,6 @@
}:
{
imports = [
#./cloudflared.nix
./docker.nix
./netbird.nix
./nginx.nix
-7
View File
@@ -125,13 +125,6 @@ in
#server = "https://acme-staging-v02.api.letsencrypt.org/directory";
#listenHTTP = ":1360";
};
# certs."immich.zeroq.ru" = {
# email = "go.bin043120@gmail.com";
# dnsProvider = "cloudflare";
# dnsResolver = "1.1.1.1";
# environmentFile = "${inputs.zeroq-credentials}/accounts/cloudflare.txt";
# webroot = null; # Required in my case
# };
};
networking.firewall.allowedTCPPorts = [
80
+1 -1
View File
@@ -12,7 +12,7 @@
networking.firewall = {
allowedTCPPorts = [ 8443 ];
allowedUDPPorts = [ 8443 ]; # 41641
allowedUDPPorts = [ 8443 ];
#trustedInterfaces = [ "tailscale0" ];
};