Compare commits

...

2 commits

Author SHA1 Message Date
cadf68694e
chore: disable printing and change git email
Some checks are pending
/ test (push) Waiting to run
2025-03-25 20:36:51 +01:00
af03fb3310
chore: bump lock 2025-03-25 20:36:36 +01:00
3 changed files with 18 additions and 18 deletions

24
flake.lock generated
View file

@ -204,11 +204,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742584474, "lastModified": 1742931341,
"narHash": "sha256-cUw2nyUn+2Ii/70D8sJXnAVkRxyrvH2DwfVHdphzx1Y=", "narHash": "sha256-+NVujQKvFRrklKvDGHofMemZNK2Eq2+WTID9NlmXzfc=",
"owner": "nydragon", "owner": "nydragon",
"repo": "hjem-rum", "repo": "hjem-rum",
"rev": "f321c4709fe9dea794cb886d4a3cb689d9b6546a", "rev": "1dccfde979771d508c3030769fb5901be3c2b4a0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -224,11 +224,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741955947, "lastModified": 1742926508,
"narHash": "sha256-2lbURKclgKqBNm7hVRtWh0A7NrdsibD0EaWhahUVhhY=", "narHash": "sha256-wgfY302ZaOsBCXb8aZDTG3Zt2kg3jDDaRrmtUw8nz00=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "4e12151c9e014e2449e0beca2c0e9534b96a26b4", "rev": "8bef8b7a0a95d347018f09b291e2fa0a77abd23f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -239,11 +239,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1741792691, "lastModified": 1742806253,
"narHash": "sha256-f0BVt1/cvA0DQ/q3rB+HY4g4tKksd03ZkzI4xehC2Ew=", "narHash": "sha256-zvQ4GsCJT6MTOzPKLmlFyM+lxo0JGQ0cSFaZSACmWfY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "e1f12151258b12c567f456d8248e4694e9390613", "rev": "ecaa2d911e77c265c2a5bac8b583c40b0f151726",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -298,11 +298,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1742288794, "lastModified": 1742669843,
"narHash": "sha256-Txwa5uO+qpQXrNG4eumPSD+hHzzYi/CdaM80M9XRLCo=", "narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b6eaf97c6960d97350c584de1b6dcff03c9daf42", "rev": "1e5b653dff12029333a6546c11e108ede13052eb",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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

View file

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