mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-05 04:21:44 +02:00
fix: suzu
This commit is contained in:
+1
-1
@@ -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
@@ -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";}
|
||||
|
||||
Reference in New Issue
Block a user