storage-ng: install ceph, use linuxPackages_latest

This commit is contained in:
Astro 2022-01-08 23:05:12 +01:00
parent 58f6d350ba
commit 20dd47c51f
3 changed files with 5 additions and 1 deletions

View File

@ -43,7 +43,6 @@
firefox firefox
mpv mpv
kodi kodi
ceph
]; ];
systemd.user.services.x11vnc = { systemd.user.services.x11vnc = {

View File

@ -28,6 +28,7 @@ in
efiSupport = true; efiSupport = true;
devices = [ "nodev" ]; devices = [ "nodev" ];
}; };
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
systemd.enableEmergencyMode = false; systemd.enableEmergencyMode = false;

View File

@ -36,6 +36,10 @@ in {
]; ];
}; };
environment.systemPackages = with pkgs; [
ceph
];
warnings = lib.optionals config.boot.isContainer [ '' warnings = lib.optionals config.boot.isContainer [ ''
Mounting CephFS on containers (on the same kernel that Mounting CephFS on containers (on the same kernel that
runs the servers) is discouraged! Ask Poelzi why. runs the servers) is discouraged! Ask Poelzi why.