fix: enable flake-self-attrs for lix compatibility

This commit is contained in:
Robert
2026-04-04 16:54:10 -04:00
parent 401b23ce46
commit ce20fad4d3
2 changed files with 8 additions and 8 deletions

View File

@@ -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";