diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/nixedo/default.nix | 10 | ||||
| -rw-r--r-- | hosts/workstation/default.nix | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/hosts/nixedo/default.nix b/hosts/nixedo/default.nix index 3d89d87..3bf358c 100644 --- a/hosts/nixedo/default.nix +++ b/hosts/nixedo/default.nix @@ -31,6 +31,16 @@ scale = 1; bar.enable = true; }; + + HDMI-A-1 = { + resolution = "preferred"; + position = "auto"; + scale = 1; + mirror = { + enable = true; + monitor = "eDP-1"; + }; + }; }; webtray.instances = { diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 56c2dc7..b2e7ff7 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -87,6 +87,7 @@ virtualisation = { libvirtd.enable = true; + docker.enable = true; }; system.stateVersion = "24.05"; |