This commit is contained in:
2023-03-01 14:18:49 +00:00
parent 1b8c106166
commit 25be0d06f4
6 changed files with 17 additions and 20 deletions

View File

@@ -1,7 +0,0 @@
# Add your reusable home-manager modules to this directory, on their own file (https://nixos.wiki/wiki/Module).
# These should be stuff you would like to share with others, not your personal configurations.
{
# List your module files here
ssh-proxy = import ./ssh-proxy.nix;
}

View File

@@ -1,7 +0,0 @@
# Add your reusable NixOS modules to this directory, on their own file (https://nixos.wiki/wiki/Module).
# These should be stuff you would like to share with others, not your personal configurations.
{
# List your module files here
# my-module = import ./my-module.nix;
}