chore: disable printing and change git email
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
nydragon 2025-03-25 20:36:51 +01:00
parent af03fb3310
commit cadf68694e
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
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";
};