add wireguar

This commit is contained in:
Ingolf Wagner 2019-12-15 21:21:51 +13:00
parent b315d15026
commit 5555dfc48a
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 5 additions and 3 deletions

View file

@ -57,9 +57,10 @@
custom.samba-share = { custom.samba-share = {
enable = false; enable = false;
folders = { folders = {
public = "/home/palo/movies"; #public = "/home/palo/movies";
movies = "/mnt/syncthing/movies"; share = "/home/share";
series = "/mnt/syncthing/series"; #movies = "/mnt/syncthing/movies";
#series = "/mnt/syncthing/series";
}; };
}; };

View file

@ -269,6 +269,7 @@ in {
nethogs nethogs
netsniff-ng netsniff-ng
iftop iftop
wireguard
(writeShellScriptBin "shrink-exports" (fileContents <assets/shrink_exports>)) (writeShellScriptBin "shrink-exports" (fileContents <assets/shrink_exports>))