From d077a9e17a6683326807d2137dad982a607cbc0b Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 19 Jul 2021 22:14:41 +0300 Subject: [PATCH] Fix server --- machines/T420-Laptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/T420-Laptop/default.nix b/machines/T420-Laptop/default.nix index 9e89037..38fe23a 100644 --- a/machines/T420-Laptop/default.nix +++ b/machines/T420-Laptop/default.nix @@ -1,5 +1,5 @@ { inputs, ... }: { - imports = with inputs.self.nixosModules; [ + imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [ ./hardware-configuration.nix inputs.self.nixosRoles.base gitea