Added legion's user key. Added git signing. Started moving to common

This commit is contained in:
Nikodem Rabuliński 2023-10-04 20:57:18 +02:00
parent 4feb1095ed
commit d9fe2b30ee
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
8 changed files with 46 additions and 19 deletions

View file

@ -1,12 +1,17 @@
{
{lib, ...}: {
imports = [
../../shared/common
./hercules.nix
];
config = {
system.stateVersion = "22.05";
system.stateVersion = "22.05";
# https://github.com/NixOS/nixpkgs/issues/254807
boot.swraid.enable = false;
# https://github.com/NixOS/nixpkgs/issues/254807
boot.swraid.enable = false;
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
settei.user.config = {
services.ssh-agent.enable = true;
};
}