Remove samba service

This commit is contained in:
Evie Litherland-Smith 2024-10-08 09:31:45 +01:00
parent 191581a912
commit d6e6fd8e7b
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@
}; };
services = { services = {
hardware.bolt.enable = true; hardware.bolt.enable = true;
samba.enable = true;
ollama.enable = true; ollama.enable = true;
}; };
} }

View file

@ -25,5 +25,4 @@
samba samba
]; ];
}; };
services.samba.enable = true;
} }