sneeuwvlok/clanServices/peristance/flake-module.nix
Chris Kruining cc86b0a815
checkpoint
2026-03-31 15:43:34 +02:00

13 lines
232 B
Nix

{...}: let
module = ./default.nix;
in {
clan.modules.peristance = module;
# perSystem = {...}: {
# clan.nixosTests.peristance = {
# imports = [];
# clan.modules."@arda/peristance" = module;
# };
# };
}