Compare commits

..

No commits in common. "a6727718589db9895311bc2e3ba07ffa29eefd5a" and "1ffbe33e4a6ec306e23510d7a3c609153428087b" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, luaOlder, buildLuarocksPackage, lua, fetchgit, ... }:
{ {
imports = imports =
@ -50,17 +50,12 @@
]; ];
}; };
# Programs
# Programs - Mosh
programs.mosh.enable = true;
# Services # Services
# Services - Openssh # Services - Openssh
services.openssh = { services.openssh = {
enable = true; enable = true;
settings = { settings = {
PermitRootLogin = "no"; PermitRootLogin = "no";
PasswordAuthentication = true;
}; };
}; };

View file

@ -4,7 +4,6 @@ Nix Flake dotfiles used on my server.
## Todo ## 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) * 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 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__. * Make everything __modular__.