about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a613be2..5c5ae87 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,7 +6,7 @@
 
   outputs = inputs @ { self, nixpkgs, nixpkgs-unstable }:
   let
-    system = "x86_64-linux";
+    system = "aarch64-linux";
   in {
     nixosConfigurations = {
       lapin = nixpkgs.lib.nixosSystem {