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
mpv
kodi
ceph
];
systemd.user.services.x11vnc = {

View File

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

View File

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