Set up memtest86 on neelix.
This commit is contained in:
parent
368c455b7f
commit
c33a1b6c50
@ -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 = {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user