mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
README edits, remove kw.oci.enable option
This commit is contained in:
parent
8378838c19
commit
22cefdca3c
4 changed files with 10 additions and 9 deletions
16
README.md
16
README.md
|
|
@ -42,19 +42,23 @@ These are the NixOS configurations for my systems. I run nothing other than NixO
|
||||||
- [ ] Make waybar module for gammastep toggle.
|
- [ ] Make waybar module for gammastep toggle.
|
||||||
- [ ] Investigate how to fix Yule’s PCI-E issues.
|
- [ ] Investigate how to fix Yule’s PCI-E issues.
|
||||||
- [ ] Migrate boline to NixOS.
|
- [ ] Migrate boline to NixOS.
|
||||||
- [ ] Look into ARM cross-compilation w/ nixpkgs.
|
- [x] Look into ARM cross-compilation w/ nixpkgs.
|
||||||
- [ ] Look into existing binary caches.
|
- [x] Look into existing binary caches.
|
||||||
- [ ] Write packages & services for DHT22 exporter + the socat.
|
- [ ] Write packages & services for DHT22 exporter + the socat.
|
||||||
- [ ] Migrate [athame][] to OCI.
|
- [ ] Migrate [athame][] to OCI.
|
||||||
- [ ] Look into ARM cross-compilation w/ nixpkgs.
|
- [x] Look into ARM cross-compilation w/ nixpkgs.
|
||||||
- [ ] Look into existing binary caches.
|
- [x] Look into existing binary caches.
|
||||||
- [ ] Do backups, figure out per-service backup system for state.
|
- [ ] Do backups, figure out per-service backup system for state.
|
||||||
- [ ] Create a replacement box before any migration on OCI.
|
- [x] Create a replacement box before any migration on OCI.
|
||||||
- [ ] Look into alternatives to Yggdrasil and move to them.
|
- [ ] Look into alternatives to Yggdrasil and move to them.
|
||||||
- [ ] Set up IPv6 network handling for my hosts.
|
- [ ] Set up IPv6 network handling for my hosts.
|
||||||
- [x] Fix network module tf-nix integrations.
|
- [x] Fix network module tf-nix integrations.
|
||||||
- [x] Rinnosuke IPv6.
|
- [x] Rinnosuke IPv6.
|
||||||
- [ ] Local node IPv6 configuration.
|
- [ ] Local node IPv6 configuration.
|
||||||
|
- [ ] Add CI building and caching for required architectures.
|
||||||
|
- [x] aarch64 specific implementation
|
||||||
|
- [ ] ARMv6 specific implementation
|
||||||
|
- [ ] Generalised emulated compiles.
|
||||||
|
|
||||||
## Nodes
|
## Nodes
|
||||||
|
|
||||||
|
|
@ -147,7 +151,7 @@ They are available within this repo as [exprs][].
|
||||||
|
|
||||||
## CI
|
## CI
|
||||||
|
|
||||||
CI for this repository uses [arcnmx/ci][] and aims to achieve two goals:
|
CI for this repository uses [arcnmx/ci][], is aarch64 emulated build enabled and aims to achieve two goals:
|
||||||
|
|
||||||
| Action | Purpose |
|
| Action | Purpose |
|
||||||
|--------------|--------------------------------------------------------------------------------------------------------------------|
|
|--------------|--------------------------------------------------------------------------------------------------------------------|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
kw.oci = {
|
kw.oci = {
|
||||||
enable = true;
|
|
||||||
base = "Canonical Ubuntu";
|
base = "Canonical Ubuntu";
|
||||||
specs = {
|
specs = {
|
||||||
shape = "VM.Standard.A1.Flex";
|
shape = "VM.Standard.A1.Flex";
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
kw.oci = {
|
kw.oci = {
|
||||||
enable = true;
|
|
||||||
base = "Canonical Ubuntu";
|
base = "Canonical Ubuntu";
|
||||||
specs = {
|
specs = {
|
||||||
shape = "VM.Standard.E2.1.Micro";
|
shape = "VM.Standard.E2.1.Micro";
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.kw.oci = {
|
options.kw.oci = {
|
||||||
enable = mkEnableOption "oracle server";
|
|
||||||
base = mkOption {
|
base = mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
Canonical Ubuntu provides an EXT4 root filesystem.
|
Canonical Ubuntu provides an EXT4 root filesystem.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue