test
This commit is contained in:
parent
f2a04ac7f8
commit
c5c544d7bb
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
||||||
# For remote builds
|
# For remote builds
|
||||||
# see home-manager: bash.nix: nixos-rebuild-remote
|
# see home-manager: bash.nix: rebuild-*-remote
|
||||||
users.users.${username}.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/builder-keys.txt ];
|
# users.users.${username}.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/builder-keys.txt ];
|
||||||
|
|
||||||
# For cross-architecture builds
|
# For cross-architecture builds
|
||||||
boot.binfmt.emulatedSystems = [
|
boot.binfmt.emulatedSystems = [
|
||||||
|
|
Loading…
Reference in a new issue