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