added aarch64 iso.
Needs to be built natively or under emulation, does not currently cross-compile.
This commit is contained in:
parent
ecc961734d
commit
4a24db8d0b
5 changed files with 54 additions and 24 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue