adds zfs for server and brave search no longer kills brave

This commit is contained in:
2024-11-15 16:05:20 +01:00
parent 5907d7a4e8
commit 5f83cf2e6d
3 changed files with 307 additions and 30 deletions

View File

@@ -6,7 +6,10 @@
...
}:
{
imports = [ /etc/nixos/hardware-configuration.nix ];
imports = [
/etc/nixos/hardware-configuration.nix
./mennos-server/zfs.nix
];
networking.hostName = "mennos-server";
# Bootloader.
@@ -14,11 +17,6 @@
boot.loader.efi.canTouchEfiVariables = true;
# TODO: Enable this when I switch from test VM to actual hardware
# Mount 8TB mass storage disk to /mnt/8tb
# fileSystems."/mnt/8tb" = {
# device = "/dev/disk/by-uuid/1fb739d5-a9dc-490c-a182-f624127a307f";
# fsType = "ext4";
# };
# Enable OpenGL
# hardware.opengl.enable = true;