forgejo -> gitea, general documentation changes, build hack

This commit is contained in:
Reid 2024-03-03 22:20:06 -08:00
parent 106c5c3ad7
commit c9be231c9f
5 changed files with 27 additions and 28 deletions

View file

@ -10,6 +10,10 @@ in {
users.groups.dotfiles = {};
# HACK HACK HACK
services.logrotate.checkConfig = false;
# HACK HACK HACK
normalUsers = {
reidlab = {
conf = {
@ -48,7 +52,7 @@ in {
mosh.enable = true;
};
security.useDoas = true;
security.useDoas = false;
};
networking = {

View file

@ -9,12 +9,11 @@
boot = {
initrd.availableKernelModules = [ "xhci_pci" "usbhid" "usb_storage" ];
initrd.kernelModules = [ ];
kernelPackages = pkgs.linuxPackages_hardened;
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = [ ];
loader = {
# zigglebop 👽
# use u-boot over grub
grub.enable = lib.mkForce false;
generic-extlinux-compatible.enable = true;
};
};