diff options
author | Vincent Ambo <mail@tazj.in> | 2024-06-08T21·18+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2024-06-09T11·36+0000 |
commit | 73c39fe1befc64a0612ac9af3887afbf5ba34f85 (patch) | |
tree | 286be628c15d3e64d61e8477f5023bfc1d21e843 /users/tazjin/nixos/default.nix | |
parent | eba19f822a546035bc8cd568554f4f198ad2b3a7 (diff) |
feat(tazjin/nixos): bootstrap arbat (Zhaoxin CPU notebook) r/8229
Prepares the pre-installation config (before actually running the installer on the notebook and dumping out a hardware config etc.). Change-Id: Ia74c4bfa298738cbf8c4034c22d9f8b51c7e67e0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11765 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/nixos/default.nix')
-rw-r--r-- | users/tazjin/nixos/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/default.nix b/users/tazjin/nixos/default.nix index 8f82c39ea11f..29b6a0e83b10 100644 --- a/users/tazjin/nixos/default.nix +++ b/users/tazjin/nixos/default.nix @@ -2,6 +2,7 @@ let systemFor = sys: (depot.ops.nixos.nixosFor sys).system; in depot.nix.readTree.drvTargets { + arbatSystem = systemFor depot.users.tazjin.nixos.arbat; camdenSystem = systemFor depot.users.tazjin.nixos.camden; frogSystem = systemFor depot.users.tazjin.nixos.frog; tverskoySystem = systemFor depot.users.tazjin.nixos.tverskoy; |