about summary refs log tree commit diff stats
path: root/hosts/tiamat
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-10 13:07:40 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:13 +0200
commit5cdd747bac492e95bf270bf041ba6ae17477e76f (patch)
tree3ca276cb94849e730e9e492c2c6447042f44e777 /hosts/tiamat
parentFix(system/nixpkgs): Add missing dependencies for lutris (diff)
downloadnixos-config-5cdd747bac492e95bf270bf041ba6ae17477e76f.tar.gz
nixos-config-5cdd747bac492e95bf270bf041ba6ae17477e76f.zip
Fix(host/tiamat): Do not use nixpkgs
Diffstat (limited to 'hosts/tiamat')
-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 bb4596ec..5780101a 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;