Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 7, 2024
1 parent 80943ec commit b1d7196
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
44 changes: 21 additions & 23 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@
url = "github:tadfisher/android-nixpkgs";
};
# path:/home/riro/Src/flake.nix
dae.url = "github:daeuniverse/flake.nix/dev";
# dae.url = "github:daeuniverse/flake.nix/dev";
dae.url = "/home/elen/Src/flake.nix";
nixyDomains.url = "github:oluceps/nixyDomains";
nixyDomains.flake = false;
nuenv.url = "github:DeterminateSystems/nuenv";
Expand Down
2 changes: 1 addition & 1 deletion hosts/kaambl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ withSystem "x86_64-linux" (
"self"
"fenix"
"nuenv"

"dae"
"berberman"
]);
};
Expand Down
9 changes: 5 additions & 4 deletions hosts/kaambl/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"--edns-addr=211.140.13.188"
"-l"
"127.0.0.1"
"--ipv6-disabled"
"--quic-port=853"
"--https-port=843"
"--http3"
Expand Down Expand Up @@ -124,10 +125,10 @@
configFile = config.vaultix.secrets.hyst-us-cli.path;
enable = true;
};
abhoth = {
enable = true;
configFile = config.vaultix.secrets.hyst-la-cli.path;
};
# abhoth = {
# enable = true;
# configFile = config.vaultix.secrets.hyst-la-cli.path;
# };
yidhra = {
enable = true;
configFile = config.vaultix.secrets.hyst-hk-cli.path;
Expand Down
2 changes: 1 addition & 1 deletion repack/dae.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reIf {
enable = true;
disableTxChecksumIpGeneric = false;
configFile = config.vaultix.secrets.dae.path;
# package = pkgs.dae-unstable;
package = pkgs.dae-unstable;
assetsPath = toString (
pkgs.symlinkJoin {
name = "dae-assets-nixy";
Expand Down
Binary file modified sec/dae.age
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b1d7196

Please sign in to comment.