Added Shiroko Signing

This commit is contained in:
KaitoTLex 2025-01-24 11:51:11 -08:00
parent 74df3dd11f
commit 325fd2a621
No known key found for this signature in database
GPG key ID: C5F52A3C0F3B4A77
3 changed files with 5 additions and 3 deletions

View file

@ -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";

View file

@ -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;