mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update gpg configuration
This commit is contained in:
@@ -12,4 +12,12 @@
|
|||||||
services.xserver.libinput.enable = true;
|
services.xserver.libinput.enable = true;
|
||||||
|
|
||||||
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||||
|
|
||||||
|
home-manager.users.thiloho = { pkgs, ... }: {
|
||||||
|
programs.git = {
|
||||||
|
signing = {
|
||||||
|
key = "86C465C22C8A4D56";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,5 +10,13 @@
|
|||||||
services.xserver.windowManager.i3.extraSessionCommands = "xrandr --output DP-0 --left-of DP-4 --mode 1920x1080 --rate 144 --output DP-4 --mode 1920x1080 --rate 144";
|
services.xserver.windowManager.i3.extraSessionCommands = "xrandr --output DP-0 --left-of DP-4 --mode 1920x1080 --rate 144 --output DP-4 --mode 1920x1080 --rate 144";
|
||||||
|
|
||||||
networking.hostName = "pc";
|
networking.hostName = "pc";
|
||||||
|
|
||||||
|
home-manager.users.thiloho = { pkgs, ... }: {
|
||||||
|
programs.git = {
|
||||||
|
signing = {
|
||||||
|
key = "29791D54E85BEE9E";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -90,7 +90,6 @@
|
|||||||
userName = "thiloho";
|
userName = "thiloho";
|
||||||
userEmail = "123883702+thiloho@users.noreply.github.com";
|
userEmail = "123883702+thiloho@users.noreply.github.com";
|
||||||
signing = {
|
signing = {
|
||||||
key = "29791D54E85BEE9E";
|
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user