1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Use /etc/nixos for hardware config

This commit is contained in:
RGBCube 2023-11-11 15:01:23 +03:00
parent 9dab3489e5
commit ed09581e5f
No known key found for this signature in database
3 changed files with 7 additions and 38 deletions

View file

@ -120,7 +120,6 @@
boot.tmp.cleanOnBoot = true;
networking.hostName = hostName;
nixpkgs.hostPlatform = hostPlatform;
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;