rebuilding minimised nix files

This commit is contained in:
2026-03-02 19:14:01 +01:00
parent 7f3b5d1c3d
commit 050c400062
2 changed files with 298 additions and 298 deletions
+297 -297
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
# Ensure the script is executable and available
environment.systemPackages = [ pkgs.bash ];
home.packages = [ pkgs.bash ];
# Add the activation script
system.activationScripts.recreateConfig = lib.mkAfter "setupNetworking" ''