diff --git a/flake.nix b/flake.nix index d6db5e4..dfad36a 100644 --- a/flake.nix +++ b/flake.nix @@ -29,11 +29,11 @@ in rec { home-manager.nixosModule ]; }; - luci = nixpkgs.lib.nixosSystem { + lucy = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit stateVersion; - hostname = "luci"; + hostname = "lucy"; username = "ephase"; hostConfig = { gaming = false; diff --git a/hosts/luci/hardware-configuration.nix b/hosts/lucy/hardware-configuration.nix similarity index 94% rename from hosts/luci/hardware-configuration.nix rename to hosts/lucy/hardware-configuration.nix index 8377bfa..5b5fb11 100644 --- a/hosts/luci/hardware-configuration.nix +++ b/hosts/lucy/hardware-configuration.nix @@ -51,7 +51,4 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - hardware.opengl.enable = true; - hardware.opengl.driSupport = true; - hardware.opengl.driSupport32Bit = true; }