mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49: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
|
|
@ -19,7 +19,6 @@ in
|
|||
};
|
||||
|
||||
kw.oci = {
|
||||
enable = true;
|
||||
base = "Canonical Ubuntu";
|
||||
specs = {
|
||||
shape = "VM.Standard.A1.Flex";
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ in
|
|||
];
|
||||
|
||||
kw.oci = {
|
||||
enable = true;
|
||||
base = "Canonical Ubuntu";
|
||||
specs = {
|
||||
shape = "VM.Standard.E2.1.Micro";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
in
|
||||
{
|
||||
options.kw.oci = {
|
||||
enable = mkEnableOption "oracle server";
|
||||
base = mkOption {
|
||||
description = ''
|
||||
Canonical Ubuntu provides an EXT4 root filesystem.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue