From c25eb536c78ab561625d51d3bfeae4daa60a4771 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 30 Jun 2026 20:35:01 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index dcfcd9f..4151096 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -15,7 +15,7 @@ networking.hostName = "server"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - + boot.supportedFilesystems = [ "zfs" ]; # Mount server data #fileSystems."/srv" = { # device = "/dev/disk/by-label/server-data";