summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-04-10 14:51:56 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2025-04-10 14:51:56 +0200
commitb127625d59d1cbf7a8962c1c937846b5297877c6 (patch)
treec99130393f3c04fa313a8e33997e953645627249 /hosts
parent2eb7439ab9b7f83fc81eb4d2299d2c764722008d (diff)
flake: update
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nixedo/default.nix10
-rw-r--r--hosts/workstation/default.nix1
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";