mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-02 11:01:41 +02:00
feat: aqua - use dae - pr458
This commit is contained in:
Generated
+4
-4
@@ -102,16 +102,16 @@
|
|||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708006709,
|
"lastModified": 1709183670,
|
||||||
"narHash": "sha256-5WSBOUuYtPfpCL0v5scEVRis1qjv1haL3tmwM/LJPT8=",
|
"narHash": "sha256-VcixQ0uSUZYYzXeSx+UTy8MfFfgVf67cjg6nOBQjrDg=",
|
||||||
"owner": "daeuniverse",
|
"owner": "daeuniverse",
|
||||||
"repo": "flake.nix",
|
"repo": "flake.nix",
|
||||||
"rev": "5bb02d49a4ec48019758cf3893a6f614d307df0b",
|
"rev": "5053aedaae52c54c9bd7fce6799e1062f954cec7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "daeuniverse",
|
"owner": "daeuniverse",
|
||||||
"ref": "unstable",
|
"ref": "exp",
|
||||||
"repo": "flake.nix",
|
"repo": "flake.nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -164,7 +164,8 @@
|
|||||||
|
|
||||||
nuenv.url = "github:DeterminateSystems/nuenv";
|
nuenv.url = "github:DeterminateSystems/nuenv";
|
||||||
|
|
||||||
daeuniverse.url = "github:daeuniverse/flake.nix/unstable";
|
# daeuniverse.url = "github:daeuniverse/flake.nix/unstable";
|
||||||
|
daeuniverse.url = "github:daeuniverse/flake.nix/exp";
|
||||||
|
|
||||||
######################## Some non-flake repositories #########################################
|
######################## Some non-flake repositories #########################################
|
||||||
|
|
||||||
|
|||||||
@@ -36,16 +36,11 @@ global {
|
|||||||
# The WAN interface to bind. Use it if you want to proxy localhost.
|
# The WAN interface to bind. Use it if you want to proxy localhost.
|
||||||
# Multiple interfaces split by ",". Use "auto" to auto detect.
|
# Multiple interfaces split by ",". Use "auto" to auto detect.
|
||||||
# bypass router has no WAN interface, so comment it.
|
# bypass router has no WAN interface, so comment it.
|
||||||
# wan_interface: auto
|
wan_interface: auto
|
||||||
|
|
||||||
# Automatically configure Linux kernel parameters like ip_forward and send_redirects. Check out
|
# Automatically configure Linux kernel parameters like ip_forward and send_redirects. Check out
|
||||||
# https://github.com/daeuniverse/dae/blob/main/docs/en/user-guide/kernel-parameters.md to see what will dae do.
|
# https://github.com/daeuniverse/dae/blob/main/docs/en/user-guide/kernel-parameters.md to see what will dae do.
|
||||||
auto_config_kernel_parameter: true
|
auto_config_kernel_parameter: false
|
||||||
|
|
||||||
# Automatically configure firewall rules like firewalld and fw4.
|
|
||||||
# firewalld: nft 'insert rule inet firewalld filter_INPUT mark 0x08000000 accept'
|
|
||||||
# fw4: nft 'insert rule inet fw4 input mark 0x08000000 accept'
|
|
||||||
auto_config_firewall_rule: false
|
|
||||||
|
|
||||||
##### Node connectivity check.
|
##### Node connectivity check.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user