my system configurations ^-^
0
fork

Configure Feed

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

feat(hosts/earthy): openssh server

willow 15b80e94 5bd8c4c8

+7
+7
hosts/earthy/default.nix
··· 18 18 }; 19 19 }; 20 20 21 + services.openssh = { 22 + enable = true; 23 + settings = { 24 + PermitRootLogin = "yes"; 25 + }; 26 + }; 27 + 21 28 # samba 22 29 environment.systemPackages = [pkgs.cifs-utils]; 23 30 fileSystems."/mnt/nas" = {