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, ... }: {
|
||||
# For remote builds
|
||||
# see home-manager: bash.nix: nixos-rebuild-remote
|
||||
users.users.${username}.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/builder-keys.txt ];
|
||||
# see home-manager: bash.nix: rebuild-*-remote
|
||||
# users.users.${username}.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/builder-keys.txt ];
|
||||
|
||||
# For cross-architecture builds
|
||||
boot.binfmt.emulatedSystems = [
|
||||
|
|
Loading…
Reference in a new issue