From 5c0d9b3f750d9f445f8e8a31b7b10f38c77251c3 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Fri, 21 Nov 2025 23:49:42 +0200 Subject: [PATCH] FIX: Renamed configuration.nix -> default.nix --- hosts/opti/{configuration.nix => default.nix} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename hosts/opti/{configuration.nix => default.nix} (96%) diff --git a/hosts/opti/configuration.nix b/hosts/opti/default.nix similarity index 96% rename from hosts/opti/configuration.nix rename to hosts/opti/default.nix index 5434b57..29c1b30 100644 --- a/hosts/opti/configuration.nix +++ b/hosts/opti/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, meta, ... }: +{ config, lib, pkgs, ... }: { imports = [ ./hardware-configuration.nix ./disko.nix ./configuration.nix ];