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 =
@ -50,17 +50,12 @@
];
};
# Programs
# Programs - Mosh
programs.mosh.enable = true;
# Services
# Services - Openssh
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = true;
};
};

View file

@ -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__.