fix: suzu - orangepi5

This commit is contained in:
Ryan Yin
2023-12-22 01:49:28 +08:00
parent 8ac24e4f13
commit d6f6154a22
4 changed files with 13 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
username,
nixos-rk3588,
...
} @ args:
}:
#############################################################
#
# Aquamarine - A NixOS VM running on Proxmox
@@ -11,9 +11,8 @@
#############################################################
{
imports = [
# import the rk3588 module, which contains the configuration for bootloader/kernel/firmware
(nixos-rk3588 + "/modules/boards/orangepi5.nix")
nixos-rk3588.nixosModules.orangepi5
];
users.users.root.openssh.authorizedKeys.keys = config.users.users."${username}".openssh.authorizedKeys.keys;