This commit is contained in:
2026-01-11 13:03:54 +03:00
parent b7fa6742e1
commit 0114694c4f
14 changed files with 0 additions and 326 deletions
-1
View File
@@ -97,7 +97,6 @@ in
nano = {
enable = true;
nanorc = ''
set nowrap
set tabstospaces
set tabsize 2
-1
View File
@@ -38,7 +38,6 @@
polkit = {
enable = true;
extraConfig = ''
polkit.addRule(function(action, subject) {
if (subject.isInGroup("wheel")){ // for sudo
return polkit.Result.YES;
-1
View File
@@ -19,7 +19,6 @@
theme = "robbyrussell";
};
shellInit = ''
beet-n() {
echo "$*" | aichat -cer beets
}
-1
View File
@@ -153,7 +153,6 @@ in
];
requires = [ "coolwsd.service" ];
script = ''
${occ}/bin/nextcloud-occ config:app:set richdocuments wopi_url --value ${lib.escapeShellArg wopi_url}
${occ}/bin/nextcloud-occ config:app:set richdocuments public_wopi_url --value ${lib.escapeShellArg public_wopi_url}
${occ}/bin/nextcloud-occ config:app:set richdocuments wopi_allowlist --value ${lib.escapeShellArg wopi_allowlist}
-2
View File
@@ -13,7 +13,6 @@
description = "Backup data using rsync";
requisite = [ "mnt-archive.mount" ]; # hard-code
script = ''
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/ ${xlib.dirs.archive-drive}/Services/
'';
serviceConfig = {
@@ -29,7 +28,6 @@
description = "Backup data using rsync";
requisite = [ "mnt-mobile.mount" ]; # hard-code
script = ''
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.server-home}/Music/ ${xlib.dirs.mobile-drive}/Music/
${pkgs.rsync}/bin/rsync -rtv --delete "${xlib.dirs.server-home}/Hosts/epral/Neo Backup/" "${xlib.dirs.mobile-drive}/Neo Backup/"
'';
-3
View File
@@ -36,18 +36,15 @@
WorkingDirectory = "${xlib.dirs.user-services}/zapret";
User = "root";
ExecStart = ''
/run/current-system/sw/bin/bash ${xlib.dirs.user-services}/zapret/main_script.sh -nointeractive
'';
ExecStop = ''
/run/current-system/sw/bin/bash ${xlib.dirs.user-services}/zapret/stop_and_clean_nft.sh
'';
# ExecStopPost = ''
# /run/current-system/sw/bin/echo "Сервис завершён"
# '';
PIDFile = ''
/run/zapret_discord_youtube.pid
'';
# Restart = "on-failure";
-1
View File
@@ -64,7 +64,6 @@
TimeoutSec = 300;
};
script = ''
cd /mnt/containers/3x-ui
podman build -t compose2nix/3xui_app -f ./Dockerfile .
'';
-9
View File
@@ -24,7 +24,6 @@ in
root = "${inputs.zeroq-credentials.services.xray.subs}";
locations."/" = {
extraConfig = ''
auth_basic "Restricted";
auth_basic_user_file /etc/nginx/pubray;
@@ -41,7 +40,6 @@ in
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};
@@ -75,7 +73,6 @@ in
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};
@@ -89,7 +86,6 @@ in
};
};
extraConfig = ''
client_max_body_size 5G;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
@@ -104,7 +100,6 @@ in
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};
@@ -122,7 +117,6 @@ in
};
};
extraConfig = ''
client_max_body_size 5G;
'';
};
@@ -134,7 +128,6 @@ in
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};
@@ -146,7 +139,6 @@ in
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};
@@ -158,7 +150,6 @@ in
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};