aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/caladan
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/caladan')
-rw-r--r--hosts/caladan/hardware-configuration.nix2
-rw-r--r--hosts/caladan/services.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/hosts/caladan/hardware-configuration.nix b/hosts/caladan/hardware-configuration.nix
index 9325e99..4e19405 100644
--- a/hosts/caladan/hardware-configuration.nix
+++ b/hosts/caladan/hardware-configuration.nix
@@ -38,6 +38,8 @@
};
hardware = {
+ amdgpu.overdrive.enable = true;
+
bluetooth.enable = true;
graphics = {
diff --git a/hosts/caladan/services.nix b/hosts/caladan/services.nix
index 1970be2..cd8092d 100644
--- a/hosts/caladan/services.nix
+++ b/hosts/caladan/services.nix
@@ -10,6 +10,8 @@
iperf3.openFirewall = true;
+ lact.enable = true;
+
nfs.server.enable = true;
printing.enable = true;