From 7491c52ce2e06512d72ee4e34c3c918ed5a926e1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 15 Sep 2023 19:19:33 +0900 Subject: [PATCH] test --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 32664b0e..f7bf5acf 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ nixos-framework = libx.mkHost { hostname = "nixos-framework"; username = "albert"; desktop = "hyprland"; gpu = "amd"; theme = "gruvbox"; }; nixos-rpi4-01 = libx.mkHost - { hostname = "nixos-rpi4-01"; username = "albert"; }; + { hostname = "nixos-rpi4-01"; username = "albert"; platform = "aarch64-linux"; }; }; homeConfigurations = { "albert@nixos-laptop" = libx.mkHome @@ -32,7 +32,7 @@ "albert@nixos-framework" = libx.mkHome { hostname = "nixos-framework"; username = "albert"; desktop = "hyprland"; theme = "gruvbox"; }; "albert@nixos-rpi4-01" = libx.mkHome - { hostname = "nixos-rpi4-01"; username = "albert"; }; + { hostname = "nixos-rpi4-01"; username = "albert"; platform = "aarch64-linux"; }; }; }; } \ No newline at end of file