From 336297ee1588bccd02f3fde630597c6f8fbcf9ff Mon Sep 17 00:00:00 2001 From: death916 Date: Mon, 16 Jun 2025 02:23:25 -0700 Subject: [PATCH] semicolon --- nixos/homelab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/homelab.nix b/nixos/homelab.nix index 778b8f8..64de89f 100644 --- a/nixos/homelab.nix +++ b/nixos/homelab.nix @@ -18,7 +18,7 @@ ../modules/smb.nix ]; arrSuite.enable = true; - services.samba.shares.Media.path = "/media/storage/media" + services.samba.shares.Media.path = "/media/storage/media"; # nixpkgs.config.allowUnfree = true; boot.loader.systemd-boot.enable = true; # Or grub, as appropriate for your server boot.loader.efi.canTouchEfiVariables = true;