fix: enable flake-self-attrs for lix compatibility
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
hoardingcow-mount.enable = true;
|
hoardingcow-mount.enable = true;
|
||||||
|
|
||||||
# Flakesss
|
# Flakesss
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" "flake-self-attrs" ];
|
||||||
nix.settings.trusted-users = [ "root" "gortium" ];
|
nix.settings.trusted-users = [ "root" "gortium" ];
|
||||||
|
|
||||||
# Garbage collection
|
# Garbage collection
|
||||||
@@ -249,13 +249,13 @@
|
|||||||
mode = "0600";
|
mode = "0600";
|
||||||
path = "/etc/ssh/ssh_host_ed25519_key";
|
path = "/etc/ssh/ssh_host_ed25519_key";
|
||||||
};
|
};
|
||||||
# n8n_ssh_key = {
|
ai_ssh_key = {
|
||||||
# file = ../../secrets/n8n_ssh_key.age;
|
file = ../../secrets/ai_ssh_key.age;
|
||||||
# owner = "root";
|
owner = "root";
|
||||||
# group = "root";
|
group = "root";
|
||||||
# mode = "0600";
|
mode = "0600";
|
||||||
# path = "/home/n8n-worker/.ssh/n8n_ssh_key";
|
path = "/home/ai-worker/.ssh/ai_ssh_key";
|
||||||
# };
|
};
|
||||||
openclaw_gateway_token = {
|
openclaw_gateway_token = {
|
||||||
file = ../../secrets/openclaw_gateway_token.age;
|
file = ../../secrets/openclaw_gateway_token.age;
|
||||||
owner = "root";
|
owner = "root";
|
||||||
|
|||||||
Reference in New Issue
Block a user