1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: finish new container backend

This commit is contained in:
oddlama 2023-12-17 17:26:10 +01:00
parent 9833fd50ce
commit 32ce7fe25d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 15 additions and 7 deletions

View file

@ -56,6 +56,6 @@
# TODO See https://github.com/ryantm/agenix/pull/187.
system.activationScripts = lib.mkIf (config.age.secrets != {}) {
removeAgenixLink.text = "[[ ! -L /run/agenix ]] && [[ -d /run/agenix ]] && rm -rf /run/agenix";
activationScripts.agenixNewGeneration.deps = ["removeAgenixLink"];
agenixNewGeneration.deps = ["removeAgenixLink"];
};
}