Compare commits

..

3 commits

3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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