mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
213
This commit is contained in:
+3
-3
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user