summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index fbf9bf9..113c6bf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,6 +26,10 @@
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
+ disko = {
+ url = "github:nix-community/disko";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs =
@@ -52,6 +56,12 @@
system = "x86_64-linux";
systemState = "26.05";
})
+ (mkSystem {
+ user = "beeb5k";
+ hostname = "oixos";
+ system = "aarch64-linux";
+ systemState = "26.05";
+ })
];
};
}