1

Lib/Nixos: Import compatible systemmodules into darwin system

This commit is contained in:
2026-03-26 20:49:50 +01:00
parent 8576db096f
commit 77f169fef4
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
{...}: {
imports = [
./sops-nix
];
}