about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-10 17:24:01 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:21 +0200
commit085974433f8e0f1b23f1793a16944bb2fda770cb (patch)
treeb33d8d62b22f881fba284d696082273b112038b8 /hosts
parentStyle(treewide): Format (diff)
downloadnixos-config-085974433f8e0f1b23f1793a16944bb2fda770cb.tar.gz
nixos-config-085974433f8e0f1b23f1793a16944bb2fda770cb.zip
Fix(hosts/tiamat): Reactivate hostplatform
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tiamat/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix
index 5780101a..bb4596ec 100644
--- a/hosts/tiamat/hardware/default.nix
+++ b/hosts/tiamat/hardware/default.nix
@@ -11,7 +11,7 @@
     ./gpu.nix
   ];
 
-    #nixpkgs.hostPlatform = "x86_64-linux";
+  nixpkgs.hostPlatform = "x86_64-linux";
 
   system.fileSystemLayouts = {
     enable = true;