make hardware configuration for each machine explicit

This commit is contained in:
2024-12-12 22:23:40 +01:00
parent ccecf6f5aa
commit f4f9112c05
3 changed files with 58 additions and 5 deletions

View File

@@ -5,11 +5,6 @@
{ config, lib, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;