mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix: oracle type enum error
This commit is contained in:
parent
cedfad483a
commit
2cf0261a55
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ in
|
|||
Canonical Ubuntu provides an EXT4 root filesystem.
|
||||
Oracle Linux provides an XFS root filesystem.
|
||||
'';
|
||||
type = lib.enum [
|
||||
type = lib.types.enum [
|
||||
"Canonical Ubuntu"
|
||||
"Oracle Linux"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue