my system configurations ^-^

feat(earthy): openssh server (#12)

* feat: syncthing

* remove from brew

* import

* make IDs public

* update

* add sync option

* feat(hosts/earthy): openssh server

authored by 42willow.github.io and committed by GitHub eb2bfbf4 3bd14fcb

+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" = {