This commit is contained in:
iFargle 2023-11-25 15:32:35 +09:00
parent b684d47d01
commit 0596429cf0

View file

@ -1,4 +1,4 @@
{ config, username, ... }: {
{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: {
# Testing remote builldings
users.users.${username}.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/builder-keys.txt ];