Added Shiroko Signing
This commit is contained in:
parent
74df3dd11f
commit
325fd2a621
3 changed files with 5 additions and 3 deletions
|
@ -95,7 +95,6 @@
|
|||
networking.networkmanager.enable = true;
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
};
|
||||
|
||||
boot = {
|
||||
# initrd.luks.fido2Support = true;
|
||||
# Bootloader.
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
|
@ -111,7 +110,9 @@
|
|||
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
];
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Los_Angeles"; # Asia/Taipei lib.mkDefault
|
||||
#services.automatic-timezoned.enable = true;
|
||||
|
|
|
@ -225,9 +225,11 @@
|
|||
userEmail = "wlin@kaitotlex.systems";
|
||||
signing = {
|
||||
signByDefault = true;
|
||||
key = "2AE6771F14386F9B85E48685A9209668BFA39C0E";
|
||||
key = "BC04C0C14AEDA705B8FBACE8C5F52A3C0F3B4A77";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
programs.neovim.defaultEditor = true;
|
||||
|
||||
programs.lazygit.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue