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: { inputs, ... }@flakeContext:
let let
user = "${inputs.zeroq-vars.devices.username}"; user = "${inputs.zeroq-deploy.devices.username}";
server = "${inputs.zeroq-vars.devices.server.hostname}"; server = "${inputs.zeroq-deploy.devices.server.hostname}";
vds = "${inputs.zeroq-vars.devices.vds.hostname}"; vds = "${inputs.zeroq-deploy.devices.vds.hostname}";
in in
{ {
deploy = { deploy = {
+1 -4
View File
@@ -3,10 +3,7 @@
inputs = { inputs = {
# My # My
zeroq-credentials.url = "git+ssh://git@github.com/oqyude/zeroq-credentials.git"; # flake of creds zeroq-credentials.url = "git+ssh://git@github.com/oqyude/zeroq-credentials.git"; # flake of creds
zeroq-vars = { zeroq-deploy.url = "path:./deploy";
url = "path:./configurations";
# flake = false;
};
zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret
# nixpkgs # nixpkgs