From acccb66c12b830bd8fb44ca10960cd5bdb741db4 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 20 Feb 2024 11:23:20 +0900 Subject: [PATCH] Update includes --- nixos/hosts/framework-server/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 1ca3c374..bba13209 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -1,4 +1,4 @@ -{ inputs, config, lib, pkgs, modulesPath, desktop, username, hostname, system, ... }: { +{ inputs, config, lib, pkgs, modulesPath, system, ... }: { imports = [ inputs.nixos-hardware.nixosModules.framework-13th-gen-intel (modulesPath + "/installer/scan/not-detected.nix")