this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

misc: cuve updates

+2 -2
+2 -2
hosts/curve/default.nix
··· 70 70 71 71 # lazy enable of ports necessary for KDE connect which is installed via cli home profile (for some reason?) 72 72 networking.firewall = { 73 - allowedTCPPorts = [ 22 ]; # allow ssh 73 + allowedTCPPorts = [ 22 4173 ]; # allow ssh 74 74 allowedTCPPortRanges = [{ 75 75 from = 1714; 76 76 to = 1764; ··· 94 94 mossnet.backup = { 95 95 enable = true; 96 96 name = "curve"; 97 - paths = [ "/home/anish/usr" "/home/anish/.ssh" ]; 97 + paths = [ "/home/anish/usr" "/home/anish/.ssh" "/home/anish/.password-store/" ]; 98 98 }; 99 99 100 100 # enable adb