moves hardware specific to vsc and removes full path reference from flake

This commit is contained in:
2024-11-02 00:04:17 +01:00
parent de0a20bf73
commit 79fda5eed9
4 changed files with 69 additions and 6 deletions

View File

@ -1,8 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
# Include the results of the hardware scan.
/etc/nixos/hardware-configuration.nix
./packages/default.nix
./virtualization.nix
./users.nix
@ -14,9 +12,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "mennos-laptop";
# networking.wireless.enable = true;
# Enable networking
networking.networkmanager.enable = true;