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;
|
networking.networkmanager.enable = true;
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Los_Angeles";
|
time.timeZone = "America/Los_Angeles";
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
# initrd.luks.fido2Support = true;
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
|
@ -111,7 +110,9 @@
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
|
];
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Los_Angeles"; # Asia/Taipei lib.mkDefault
|
time.timeZone = "America/Los_Angeles"; # Asia/Taipei lib.mkDefault
|
||||||
#services.automatic-timezoned.enable = true;
|
#services.automatic-timezoned.enable = true;
|
||||||
|
|
|
@ -225,9 +225,11 @@
|
||||||
userEmail = "wlin@kaitotlex.systems";
|
userEmail = "wlin@kaitotlex.systems";
|
||||||
signing = {
|
signing = {
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
key = "2AE6771F14386F9B85E48685A9209668BFA39C0E";
|
key = "BC04C0C14AEDA705B8FBACE8C5F52A3C0F3B4A77";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.neovim.defaultEditor = true;
|
programs.neovim.defaultEditor = true;
|
||||||
|
|
||||||
programs.lazygit.enable = true;
|
programs.lazygit.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue