From 1a42244c43d2f4d5f6d7ab7c75f39304081d2435 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 16 Jul 2023 17:44:45 +0900 Subject: [PATCH] test --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 17c0f7ca..f4968b44 100644 --- a/flake.nix +++ b/flake.nix @@ -20,14 +20,14 @@ nur.url = "github:nix-community/NUR"; # Hardware support - nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + # nixos-hardware.url = "github:NixOS/nixos-hardware/master"; # Encrypted secrets in Nix configuration files # https://github.com/Mic92/sops-nix sops-nix.url = "github:Mic92/sops-nix"; }; - outputs = { stable-nixpkgs, unstable-nixpkgs, home-manager, lanzaboote, nur, sops-nix, nixos-hardware, ... }@inputs: + outputs = { stable-nixpkgs, unstable-nixpkgs, home-manager, lanzaboote, nur, sops-nix, /*nixos-hardware,*/ ... }@inputs: let # Variables - Remember to set these hostname = "nixos-laptop"; @@ -64,7 +64,7 @@ sops-nix.nixosModules.sops # Handle secrets lanzaboote.nixosModules.lanzaboote # SecureBoot Configuration nur.nixosModules.nur # NixOS User Repository - nixos-hardware.nixosModules.lenovo-thinkpad-p1 # Thinkpad P1 hardware configuration + # nixos-hardware.nixosModules.lenovo-thinkpad-p1 # Thinkpad P1 hardware configuration # Home Manager settings home-manager.nixosModules.home-manager {