checkpoint
This commit is contained in:
parent
cb30a0ba8b
commit
cc86b0a815
59 changed files with 834 additions and 123 deletions
13
clanServices/peristance/flake-module.nix
Normal file
13
clanServices/peristance/flake-module.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{...}: let
|
||||
module = ./default.nix;
|
||||
in {
|
||||
clan.modules.peristance = module;
|
||||
|
||||
# perSystem = {...}: {
|
||||
# clan.nixosTests.peristance = {
|
||||
# imports = [];
|
||||
|
||||
# clan.modules."@arda/peristance" = module;
|
||||
# };
|
||||
# };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue