From b052633eac245468bc42faa5d5a72b21b9d68bd5 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 4 Jun 2024 23:39:40 +0100 Subject: [PATCH] fix(amy): i am very silly and definitely check before commiting --- hosts/amy/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/amy/configuration.nix b/hosts/amy/configuration.nix index 14e4226..f208a5a 100644 --- a/hosts/amy/configuration.nix +++ b/hosts/amy/configuration.nix @@ -1,7 +1,7 @@ { ... }: { imports = [ ./hardware-configuration.nix - ../common/generic.nix + ../../common/generic.nix ]; zramSwap.enable = true;