about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-07-22 16:27:50 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-07-26 11:54:45 +0200
commit98a79021c5a90c6cc6bbf6aa63c1b326fb75dca6 (patch)
treef2c1693b0d5c1ecf84d98a17aa6d9aac5aa07274 /flake.nix
parentHosts: Make grub use os-prober (diff)
downloadnixos-config-98a79021c5a90c6cc6bbf6aa63c1b326fb75dca6.tar.gz
nixos-config-98a79021c5a90c6cc6bbf6aa63c1b326fb75dca6.tar.bz2
nixos-config-98a79021c5a90c6cc6bbf6aa63c1b326fb75dca6.zip
Hardware: Add pc
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f77b46e..1f474c1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -54,6 +54,7 @@
       ];
 
       hardwares = [
+        { hardware = "pc"; stateVersion = "22.05"; }
         { hardware = "laptop"; stateVersion = "22.05"; }
         { hardware = "chromebook"; stateVersion = "22.05"; }
         { hardware = "thinkpad"; stateVersion = "22.05"; }