Recreated nix files

This commit is contained in:
2026-03-03 22:27:44 +01:00
parent 07e6fd0803
commit 443c7b0b4e
12 changed files with 287 additions and 528 deletions
-10
View File
@@ -1,10 +0,0 @@
{ config, pkgs, lib, ... }:
{
# Ensure the script is executable and available
environment.systemPackages = [ pkgs.bash ];
# Add the activation script
system.activationScripts.recreateConfig = lib.mkAfter "setupNetworking" ''
${config.flakeRoot.outPath}/assets/scripts/recreate_config.sh
'';
}