added aarch64 iso.

Needs to be built natively or under emulation, does not currently
cross-compile.
This commit is contained in:
Gabe Venberg 2024-06-17 15:09:46 -05:00
parent ecc961734d
commit 4a24db8d0b
5 changed files with 54 additions and 24 deletions

View file

@ -45,7 +45,7 @@ inputs.home-manager.lib.homeManagerConfiguration {
inputs.sops-nix.homeManagerModules.sops
];
sops = lib.mkIf (inputs?nix-secrets) {
sops = lib.mkIf (inputs ? nix-secrets) {
secrets = {
irc-cert.sopsFile = "${inputs.nix-secrets}/workstations.yaml";
};

View file

@ -1,6 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
inputs,
configLib,