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 {
|
config = lib.mkIf cfg.enable {
|
||||||
aux.system = {
|
aux.system = {
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
|
packages = with pkgs; [
|
||||||
|
qjournalctl # Journalctl frontend
|
||||||
|
];
|
||||||
ui.audio.enable = true;
|
ui.audio.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = config.secrets.users.aires.firstName;
|
userName = config.secrets.users.aires.firstName;
|
||||||
userEmail = config.secrets.users.aires.email;
|
userEmail = config.secrets.users.aires.email;
|
||||||
extraConfig.push.autoSetupRemote = "true";
|
extraConfig = {
|
||||||
|
safe.directory = "${config.secrets.nixConfigFolder}/.git";
|
||||||
|
push.autoSetupRemote = "true";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set up SSH
|
# Set up SSH
|
||||||
|
|
Loading…
Reference in a new issue