| 6 Nov 2022 |
@blaggacao:matrix.org | * Zhaofeng Li: I think there is an opportunity (soonish) to incorporate disko into your install.sh:
https://github.com/divnix/hive/blob/73b486d8d2b5545c6b0bb250324f060afeed6448/comb/lina2358/hardwareProfiles.nix#L4-L6
The parted script can be currently created with:
nix run github:blaggacao/disko/modules --no-write-lock-file -- -f github:divnix/hive?ref=green/lina comb/lina2358/hardwareProfiles/lavinox/disko-config.nix -m [mount|create]
Just wanted to report on the current status, fysa. Upstream is working on the module branch and things should stabilize soon and look nices 😃
| 08:54:56 |
@blaggacao:matrix.org | * Zhaofeng Li: I think there is an opportunity (soonish) to incorporate disko into your install.sh:
https://github.com/divnix/hive/blob/73b486d8d2b5545c6b0bb250324f060afeed6448/comb/lina2358/hardwareProfiles.nix#L4-L6
The parted script can be currently run with:
nix run github:blaggacao/disko/modules --no-write-lock-file -- -f github:divnix/hive?ref=green/lina comb/lina2358/hardwareProfiles/lavinox/disko-config.nix -m [mount|create]
Just wanted to report on the current status, fysa. Upstream is working on the module branch and things should stabilize soon and look nices 😃
| 08:55:12 |
@blaggacao:matrix.org | * Zhaofeng Li: I think there is an opportunity (soonish) to incorporate disko into your install.sh:
https://github.com/divnix/hive/blob/73b486d8d2b5545c6b0bb250324f060afeed6448/comb/lina2358/hardwareProfiles.nix#L4-L6
The crate and/or mount script can be currently run with:
nix run github:blaggacao/disko/modules --no-write-lock-file -- -f github:divnix/hive?ref=green/lina comb/lina2358/hardwareProfiles/lavinox/disko-config.nix -m [mount|create]
Just wanted to report on the current status, fysa. Upstream is working on the module branch and things should stabilize soon and look nices 😃
| 08:55:42 |
@blaggacao:matrix.org | * Zhaofeng Li: I think there is an opportunity (soonish) to incorporate disko into your install.sh:
https://github.com/divnix/hive/blob/73b486d8d2b5545c6b0bb250324f060afeed6448/comb/lina2358/hardwareProfiles.nix#L4-L6
The crate and/or mount script can be currently run with:
nix run github:blaggacao/disko/modules --no-write-lock-file -- -f github:divnix/hive?ref=green/lina comb/lina2358/hardwareProfiles/lavinox/disko-config.nix -m [mount|create]
Just wanted to report on the current status, fysa. Upstream is working on the module branch and things should stabilize soon and look nicer 😃
| 08:55:58 |
@blaggacao:matrix.org | * Zhaofeng Li: I think there is an opportunity (soonish) to incorporate disko into your install.sh:
https://github.com/divnix/hive/blob/73b486d8d2b5545c6b0bb250324f060afeed6448/comb/lina2358/hardwareProfiles.nix#L4-L6
The create and/or mount script can be currently run with:
nix run github:blaggacao/disko/modules --no-write-lock-file -- -f github:divnix/hive?ref=green/lina comb/lina2358/hardwareProfiles/lavinox/disko-config.nix -m [mount|create]
Just wanted to report on the current status, fysa. Upstream is working on the module branch and things should stabilize soon and look nicer 😃
| 08:56:13 |
| mel (they/them) joined the room. | 17:29:01 |
| 7 Nov 2022 |
@blaggacao:matrix.org | Resume (from my adventure):
- ColmenaConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/colmenaConfigurations.nix
- Imports NixosConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/nixosConfigurations.nix (satifies
nixos-generator CLI fwiw)
- Imports HardwareProfile -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/hardwareProfiles.nix
- Which prototypes
disko's new NixOS module and CLI (still very WIP)
| 02:02:53 |
@blaggacao:matrix.org | * Resume (from my adventure):
-
ColmenaConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/colmenaConfigurations.nix
-
Imports NixosConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/nixosConfigurations.nix (satifies nixos-generator CLI fwiw)
-
Imports HardwareProfile -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/hardwareProfiles.nix
-
Which prototypes disko's new NixOS module and CLI (still very WIP)
-
Colmena & Nixos & Home Manager things are "harvested" for compatibility onto the top level flake -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/flake.nix#L80-L105
| 02:04:01 |
@blaggacao:matrix.org | * Resume (from my adventure):
- ColmenaConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/colmenaConfigurations.nix
- Imports NixosConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/nixosConfigurations.nix (satifies
nixos-generator CLI fwiw)
- Imports HardwareProfile -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/hardwareProfiles.nix
- Which prototypes
disko's new NixOS module and CLI (still very WIP)
- Colmena & Nixos & Home Manager things are "harvested" for (tooling) compatibility onto the top level flake -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/flake.nix#L80-L105
| 02:04:18 |
@blaggacao:matrix.org | * Resume (from my adventure):
- ColmenaConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/colmenaConfigurations.nix
- Imports NixosConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/nixosConfigurations.nix (satifies
nixos-generator CLI fwiw)
- Imports HardwareProfile -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/hardwareProfiles.nix
- Which prototypes
disko's new NixOS module and CLI (still very WIP)
- Colmena & Nixos & Home Manager things are "harvested" for (tooling) compatibility onto the top level flake -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/flake.nix#L80-L105
- Otherwise initially deployed with -> https://gist.github.com/zhaofengli/e986fa7688d6c16872b86c6ae6215c9b (until it booted into the graphical iface)
| 02:05:45 |
@blaggacao:matrix.org | * Resume (from my adventure):
- ColmenaConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/colmenaConfigurations.nix
- Imports NixosConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/nixosConfigurations.nix (satifies
nixos-generator CLI fwiw)
- Imports HardwareProfile -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/hardwareProfiles.nix
- Which prototypes
disko's new NixOS module and CLI (still very WIP)
- Colmena & Nixos & Home Manager things are "harvested" for (tooling) compatibility onto the top level flake -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/flake.nix#L80-L105
- Otherwise initially deployed with -> https://gist.github.com/zhaofengli/e986fa7688d6c16872b86c6ae6215c9b (until it booted into the graphical iface on its own)
| 02:05:57 |
@blaggacao:matrix.org | * Resume (from my adventure):
- ColmenaConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/colmenaConfigurations.nix
- Imports NixosConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/nixosConfigurations.nix (satifies
nixos-generator CLI fwiw)
- Imports HardwareProfile -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/hardwareProfiles.nix
- Which prototypes
disko's new NixOS module and CLI (still very WIP, both: upstream and adaption)
- Colmena & Nixos & Home Manager things are "harvested" for (tooling) compatibility onto the top level flake -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/flake.nix#L80-L105
- Otherwise initially deployed with -> https://gist.github.com/zhaofengli/e986fa7688d6c16872b86c6ae6215c9b (until it booted into the graphical iface on its own)
| 02:06:49 |
@blaggacao:matrix.org | * Resume (from my adventure):
- ColmenaConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/colmenaConfigurations.nix
- Imports NixosConfig -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/nixosConfigurations.nix (satifies
nixos-generator CLI fwiw)
- Imports HardwareProfile -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/comb/lina2358/hardwareProfiles.nix
- Which prototypes
disko's new NixOS module and CLI (still very WIP, both: upstream and adaption)
- Colmena & Nixos & Home Manager things are "harvested" for (tooling) compatibility onto the top level flake (whereby they are filtered for their "actual" system and all others are discarded) -> https://github.com/divnix/hive/blob/7b307ca811bd743c6cc435ca19c94e5ecfc98e91/flake.nix#L80-L105
- Otherwise initially deployed with -> https://gist.github.com/zhaofengli/e986fa7688d6c16872b86c6ae6215c9b (until it booted into the graphical iface on its own)
| 02:07:29 |