diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 69a9e93..528c187 100755 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ config, lib, pkgs, luaOlder, buildLuarocksPackage, lua, fetchgit, ... }: { imports = @@ -50,17 +50,12 @@ ]; }; - # Programs - # Programs - Mosh - programs.mosh.enable = true; - # Services # Services - Openssh services.openssh = { enable = true; settings = { PermitRootLogin = "no"; - PasswordAuthentication = true; }; }; diff --git a/readme.md b/readme.md index 1a7dd6d..9eb9296 100755 --- a/readme.md +++ b/readme.md @@ -4,7 +4,6 @@ Nix Flake dotfiles used on my server. ## Todo -* Use [home-manager](https://github.com/nix-community/home-manager) * Fix high memory usage on gitea, this may be something with using Argon2? [source](https://discourse.gitea.io/t/how-to-reduce-memory-usage/2947/3) * Make it so our secrets consist upon reboot (currently just our wifi password, have to set every reboot) (maybe with [Agenix](https://github.com/ryantm/agenix) + [Age](https://github.com/FiloSottile/age)? * Make everything __modular__.