fix: suzu

This commit is contained in:
Ryan Yin
2024-03-04 00:41:41 +08:00
parent d20760cd61
commit f933146a42
14 changed files with 160 additions and 187 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ with allSystemAttrs; let
inherit home-manager;
inherit (nixos-rk3588.inputs) nixpkgs; # or nixpkgs-unstable
specialArgs = rk3588_specialArgs;
targetUser = "root";
targetUser = "ryan";
};
in {
# colmena - remote deployment via SSH
+1 -1
View File
@@ -245,7 +245,7 @@ in {
_12kingdoms_suzu_modules = {
nixos-modules = [
../hosts/12kingdoms_suzu
../modules/nixos/server/server-riscv64.nix
../modules/nixos/server/server-aarch64.nix
# cross-compilation this flake.
{nixpkgs.crossSystem.config = "aarch64-unknown-linux-gnu";}