mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add hamachi
This commit is contained in:
parent
ca88c64494
commit
6c200053b2
2 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
../../modules/nixos/fonts
|
||||
../../modules/nixos/greeter
|
||||
../../modules/nixos/core
|
||||
../../modules/nixos/hamachi
|
||||
../../overlays
|
||||
|
||||
catppuccin.nixosModules.catppuccin
|
||||
|
|
4
modules/nixos/hamachi/default.nix
Normal file
4
modules/nixos/hamachi/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
services.logmein-hamachi.enable = true;
|
||||
programs.haguichi.enable = true;
|
||||
}
|
Loading…
Reference in a new issue