Add esdemc-d19 and make VM handling generic
This commit is contained in:
parent
9116a72bbc
commit
53ccfd103a
3 changed files with 16 additions and 1 deletions
14
hosts/esdemc-d19.toml
Normal file
14
hosts/esdemc-d19.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
is-virtual = true
|
||||
base16-scheme = "seti"
|
||||
ethernet = ["enp0s3"]
|
||||
disks = ["/"]
|
||||
outputs = [
|
||||
{ name = "Virtual1", config = ["--auto", "--primary"] },
|
||||
{ name = "Virtual2" },
|
||||
{ name = "Virtual3" },
|
||||
{ name = "Virtual4" },
|
||||
{ name = "Virtual5" },
|
||||
{ name = "Virtual6" },
|
||||
{ name = "Virtual7" },
|
||||
{ name = "Virtual8" },
|
||||
]
|
|
@ -1,3 +1,4 @@
|
|||
is-virtual = true
|
||||
base16-scheme = "seti"
|
||||
ethernet = ["enp0s3"]
|
||||
disks = ["/"]
|
||||
|
|
|
@ -12,7 +12,7 @@ font:
|
|||
italic:
|
||||
family: monospace
|
||||
style: Italic
|
||||
% if host['name'] == 'smol':
|
||||
% if host.get('is-virtual', False):
|
||||
size: 10
|
||||
% else:
|
||||
size: 7
|
||||
|
|
Loading…
Add table
Reference in a new issue