From 35a471825cd8ef8d2b3530cf2b1049115f6a14c5 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 22 Oct 2025 11:32:57 +0300 Subject: [PATCH] clean --- flake.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/flake.nix b/flake.nix index 47e997f..0ae3f52 100644 --- a/flake.nix +++ b/flake.nix @@ -95,17 +95,8 @@ lib = import ./lib { inherit (nixpkgs) lib; }; formatter = forAllSystems (system: (makePkgs system).nixfmt-tree); - # Export your module system for use in other flakes - nixosModules = { - default = ./modules/nixos; - osbm = ./modules/nixos; # Alias with your name - }; - - # If you also want to export home-manager modules - homeManagerModules = { - default = ./modules/home-manager; - osbm = ./modules/home-manager; - }; + nixosModules.default = ./modules/nixos; + homeManagerModules.default = ./modules/home-manager; # deploy.nodes.harmonica = { # hostname = "192.168.0.11"; # profiles.system = {