semicolon

This commit is contained in:
death916 2025-06-16 02:23:25 -07:00
parent e39c36d8a5
commit 336297ee15

View file

@ -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;