Enable Samba service for work machines

This commit is contained in:
Evie Litherland-Smith 2025-01-06 15:41:33 +00:00
parent 18772f16a4
commit e0c36ff8bd

View file

@ -5,6 +5,7 @@
... ...
}: }:
{ {
services.samba.enable = true;
environment.systemPackages = with pkgs; [ twinkle ]; environment.systemPackages = with pkgs; [ twinkle ];
home-manager.users.${username} = home-manager.users.${username} =
{ config, ... }: { config, ... }: