From 31661e73a6ce84a25be1b80ee898fe7fe63b16b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 23 Jan 2025 15:31:16 +0100 Subject: nixos: refactor the modules --- nixos/modules/generic.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nixos/modules/generic.nix') diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index c5dbd98..183bffe 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -62,11 +62,6 @@ in { }) ]; - system.extraSystemBuilderCmds = '' - substituteAll ${./nixos-system.sh} $out/bin/nixos-system - chmod +x $out/bin/nixos-system - ''; - documentation = { enable = mkDefault false; doc.enable = mkDefault false; -- cgit v1.2.3