chore: disable printing and change git email
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
nydragon 2025-03-25 20:36:51 +01:00 committed by nydragon
parent a0515c0486
commit 502f89ae29
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -98,17 +98,17 @@ in
seahorse.enable = true;
};
hardware.sane = {
enable = true;
extraBackends = [ pkgs.hplipWithPlugin ];
};
#hardware.sane = {
#enable = true;
#extraBackends = [ pkgs.hplipWithPlugin ];
#};
services = {
displayManager.sddm.enable = true;
dbus.enable = true;
fwupd.enable = true;
gvfs.enable = true;
printing.enable = true;
#printing.enable = true;
xserver.xkb = {
layout = "fr";

View file

@ -7,7 +7,7 @@ in
enable = true;
settings = {
user = {
email = "contact@ccnlc.eu";
email = "git@ccnlc.eu";
name = "nydragon";
signingKey = "key::ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMvPqWPXEUOSMGMIRmirQfbrzq//NkPlEI2TmFpIkSfw";
};