From 3eb882642f74f889694883acd63563890909c4da Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh Date: Sun, 2 Feb 2025 01:43:02 -0500 Subject: [PATCH] fix: update nixos config directory --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3ce34b1..9d76475 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ }; # Meta configuration - flake = "/home/${user}/git/forgejo/nixos"; + flake = "/home/${user}/git/forgejo/ananthv/nixos-athena"; # Import hardware scan (device-specific) hardware = import ./hardware-configuration.nix;