seprate hosts in submodules and started adding desktop pc configuration

This commit is contained in:
2024-10-17 18:23:05 +02:00
parent af79ebb579
commit 2d3d965304
10 changed files with 78 additions and 18 deletions

View File

@ -4,7 +4,7 @@
{ config, lib, inputs, pkgs, flakeName, ... }:
{
# imports = [];
imports = [./hardware-configuration.nix];
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config.allowUnfree = true;