This commit is contained in:
2025-11-01 20:03:39 +03:00
parent f6a6dcbe24
commit 833bcd6ff2
2 changed files with 4 additions and 7 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{ inputs, ... }@flakeContext:
let
user = "${inputs.zeroq-vars.devices.username}";
server = "${inputs.zeroq-vars.devices.server.hostname}";
vds = "${inputs.zeroq-vars.devices.vds.hostname}";
user = "${inputs.zeroq-deploy.devices.username}";
server = "${inputs.zeroq-deploy.devices.server.hostname}";
vds = "${inputs.zeroq-deploy.devices.vds.hostname}";
in
{
deploy = {
+1 -4
View File
@@ -3,10 +3,7 @@
inputs = {
# My
zeroq-credentials.url = "git+ssh://git@github.com/oqyude/zeroq-credentials.git"; # flake of creds
zeroq-vars = {
url = "path:./configurations";
# flake = false;
};
zeroq-deploy.url = "path:./deploy";
zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret
# nixpkgs