README edits, remove kw.oci.enable option

This commit is contained in:
kat witch 2021-09-02 19:02:49 +01:00
parent 8378838c19
commit 22cefdca3c
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 10 additions and 9 deletions

View file

@ -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 Yules PCI-E issues. - [ ] Investigate how to fix Yules 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 |
|--------------|--------------------------------------------------------------------------------------------------------------------| |--------------|--------------------------------------------------------------------------------------------------------------------|

View file

@ -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";

View file

@ -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";

View file

@ -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.