1
0
Fork 0

Users: add 'safe directory' git setting for aires; Desktops: install journalctl frontend

This commit is contained in:
Aires 2024-10-04 10:05:02 -04:00
parent 55a59f4006
commit 264e4cb43a
2 changed files with 7 additions and 1 deletions

View file

@ -27,6 +27,9 @@ in
config = lib.mkIf cfg.enable {
aux.system = {
bluetooth.enable = true;
packages = with pkgs; [
qjournalctl # Journalctl frontend
];
ui.audio.enable = true;
};

View file

@ -75,7 +75,10 @@ in
enable = true;
userName = config.secrets.users.aires.firstName;
userEmail = config.secrets.users.aires.email;
extraConfig.push.autoSetupRemote = "true";
extraConfig = {
safe.directory = "${config.secrets.nixConfigFolder}/.git";
push.autoSetupRemote = "true";
};
};
# Set up SSH