forgejo -> gitea, general documentation changes, build hack
This commit is contained in:
parent
106c5c3ad7
commit
c9be231c9f
5 changed files with 27 additions and 28 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue