modules: system: printing: move from 'profiles'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This isn't really a cross-cutting module, it should be a module rather
than a profile.
This commit is contained in:
Bruno BELANYI 2023-11-11 17:56:56 +00:00
parent 32ec402ad0
commit 27564cad42
6 changed files with 15 additions and 6 deletions

View file

@ -0,0 +1,10 @@
# Core system configuration
{ ... }:
{
my.system = {
# Printers are hell, but so is the unability to print
printing = {
enable = true;
};
};
}