Users: add 'safe directory' git setting for aires; Desktops: install journalctl frontend
This commit is contained in:
parent
55a59f4006
commit
264e4cb43a
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue