Cleanup hosts and add adventurer
This commit is contained in:
parent
b100cfad02
commit
ebdd6408cb
5 changed files with 4 additions and 38 deletions
4
hosts/adventurer.toml
Normal file
4
hosts/adventurer.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
is-virtual = false
|
||||
base16-scheme = "seti"
|
||||
ethernet = ["enp37s0"]
|
||||
disks = ["/"]
|
|
@ -1,10 +0,0 @@
|
|||
base16-scheme = "seti"
|
||||
wireless = ["wlp4s0"]
|
||||
ethernet = ["enp2s0"]
|
||||
disks = ["/", "/home", "/media/hdd"]
|
||||
outputs = [
|
||||
{ name = "eDP", config = ["--auto", "--primary"] },
|
||||
{ name = "HDMI-A-0" },
|
||||
{ name = "DisplayPort-0" },
|
||||
{ name = "DisplayPort-1" },
|
||||
]
|
|
@ -1,14 +0,0 @@
|
|||
is-virtual = true
|
||||
base16-scheme = "seti"
|
||||
ethernet = ["enp0s3"]
|
||||
disks = ["/"]
|
||||
outputs = [
|
||||
{ name = "Virtual1", config = ["--primary", "--mode", "1440x900"] },
|
||||
{ name = "Virtual2" },
|
||||
{ name = "Virtual3" },
|
||||
{ name = "Virtual4" },
|
||||
{ name = "Virtual5" },
|
||||
{ name = "Virtual6" },
|
||||
{ name = "Virtual7" },
|
||||
{ name = "Virtual8" },
|
||||
]
|
|
@ -1,7 +0,0 @@
|
|||
ethernet = ["enp5s0"]
|
||||
disks = ["/", "/home"]
|
||||
outputs = [
|
||||
{ name = "HDMI-A-0", config = ["--auto", "--primary"] },
|
||||
{ name = "DVI-D-0", config = ["--auto", "--left-of", "HDMI-A-0"] },
|
||||
{ name = "DisplayPort-0" },
|
||||
]
|
|
@ -1,7 +0,0 @@
|
|||
is-virtual = true
|
||||
base16-scheme = "seti"
|
||||
ethernet = ["enp0s3"]
|
||||
disks = ["/"]
|
||||
outputs = [
|
||||
{ name = "VGA-1", config = ["--primary", "--mode", "1920x1080" ] }
|
||||
]
|
Loading…
Add table
Reference in a new issue