Refactored macintosh

This commit is contained in:
Julien Malka 2021-12-20 23:18:39 +01:00
parent f7b980f413
commit 3751b2a207
4 changed files with 133 additions and 154 deletions

View file

@ -13,10 +13,8 @@
};
#boot.kernelPackages = pkgs.linuxPackages_latest;
services.openssh.enable = true;
programs.mosh.enable = true;
programs.gnupg.agent.enable = true;
}