Reorganized the repo

This commit is contained in:
willifan 2024-07-06 21:33:59 +02:00
parent 5176e7cdf8
commit f1b559ba06
62 changed files with 182 additions and 45 deletions
hosts/desktop

View file

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
services.printing = {
enable = true;
drivers = [ pkgs.gutenprint pkgs.gutenprintBin pkgs.canon-cups-ufr2 ];
};
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
}