summaryrefslogtreecommitdiff
path: root/modules/hosts/T495/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-21 21:21:19 -0600
committerTim Keller <tjkeller.xyz>2024-11-21 21:21:19 -0600
commitd0faef2f53e2e5195b2acc7cc7bba898bd7cd05b (patch)
tree556f95a3d1cb692fcd868b8364a0d96e3bb9bc22 /modules/hosts/T495/configuration.nix
parentc32d7c6aa8b3680efe1a7271d2dcd7d3b40f3a7a (diff)
downloadnixos-d0faef2f53e2e5195b2acc7cc7bba898bd7cd05b.tar.xz
nixos-d0faef2f53e2e5195b2acc7cc7bba898bd7cd05b.zip
update lowbat and pavolctld derivations to use tagged releases and dl tar files instead of using git
Diffstat (limited to 'modules/hosts/T495/configuration.nix')
-rw-r--r--modules/hosts/T495/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hosts/T495/configuration.nix b/modules/hosts/T495/configuration.nix
index fdd2930..31b93f1 100644
--- a/modules/hosts/T495/configuration.nix
+++ b/modules/hosts/T495/configuration.nix
@@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }: {
imports = [
./hardware-configuration.nix
+ ./games.nix
./wg.nix
];
networking.hostName = "T495";