From 11695003e834f9dd7714c087c363fe015ea0fade Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 4 Jun 2024 23:35:36 +0100 Subject: [PATCH] fix(amy): add generic/common.nix --- hosts/amy/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/amy/configuration.nix b/hosts/amy/configuration.nix index 95c4d01..14e4226 100644 --- a/hosts/amy/configuration.nix +++ b/hosts/amy/configuration.nix @@ -1,6 +1,7 @@ { ... }: { imports = [ ./hardware-configuration.nix + ../common/generic.nix ]; zramSwap.enable = true;