mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Fixed missing = in common. Further saving of bytes.
This commit is contained in:
parent
afdeb7da3e
commit
6b4e18bbb5
4 changed files with 3 additions and 3 deletions
|
|
@ -6,6 +6,7 @@
|
|||
ubuntu = true;
|
||||
common = true;
|
||||
};
|
||||
kw.oci.base = "Canonical Ubuntu";
|
||||
imports = with import (sources.tf-nix + "/modules"); [
|
||||
nixos.ubuntu-linux
|
||||
common
|
||||
|
|
@ -16,6 +17,7 @@
|
|||
oracle = true;
|
||||
common = true;
|
||||
};
|
||||
kw.oci.base = "Oracle Linux";
|
||||
imports = with import (sources.tf-nix + "/modules"); [
|
||||
nixos.oracle-linux
|
||||
common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue