Compare commits

..

No commits in common. "3a25d68226261f18e7d8c8ae49c92f5245ed6a95" and "9c4feaa22bed88ac9299371f64391fd6f89ced82" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
{osConfig, ...}: let
{config, ...}: let
sign_key =
{
"silicium" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu laurent@silicium";
}
."${osConfig.networking.hostName}";
."${config.networking.hostName}";
in {
programs.git = {
enable = true;

View file

@ -9,7 +9,7 @@
eamodio.gitlens
editorconfig.editorconfig
github.copilot
github.copilot-chat
gitHub.copilot-chat
github.vscode-pull-request-github
jnoortheen.nix-ide
kamadorueda.alejandra

View file

@ -18,7 +18,7 @@
nix.settings.auto-optimise-store = true;
nix.optimise = {
automatic = true;
dates = ["12:00"];
dates = "12:00";
};
# garbage collection