fix: module

This commit is contained in:
2022-12-01 10:38:05 +00:00
committed by shimun
parent 93337a9b46
commit 812b065cec
3 changed files with 66 additions and 47 deletions

2
modules/home-manager.nix Normal file
View File

@@ -0,0 +1,2 @@
{ config, pkgs, lib, ... }: with lib; let cfg = config.services.ssh-cert-dist; in { }