Set up memtest86 on neelix.

This commit is contained in:
Tom Alexander 2025-01-20 22:50:44 -05:00
parent 368c455b7f
commit c33a1b6c50
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 12 additions and 9 deletions

View File

@ -41,6 +41,8 @@
# Automatically delete old generations
boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.systemd-boot.memtest86.enable = true;
# Check what will be lost with `zfs diff zroot/linux/root@blank`
boot.initrd.systemd.enable = lib.mkDefault true;
boot.initrd.systemd.services.zfs-rollback = {

View File

@ -28,15 +28,16 @@
services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
services.cage.enable = true;
nixpkgs.overlays = [
(final: prev: {
kodi-wayland = prev.kodi-wayland.withPackages (
kodiPkgs: with kodiPkgs; [
joystick
]
);
})
];
# nixpkgs.overlays = [
# (final: prev: {
# kodi-wayland = prev.kodi-wayland.withPackages (
# kodiPkgs: with kodiPkgs; [
# joystick
# vfs-sftp
# ]
# );
# })
# ];
users.users.kodi = {
isNormalUser = true;