rebuilding minimised nix files
This commit is contained in:
+297
-297
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
# Ensure the script is executable and available
|
# Ensure the script is executable and available
|
||||||
environment.systemPackages = [ pkgs.bash ];
|
home.packages = [ pkgs.bash ];
|
||||||
|
|
||||||
# Add the activation script
|
# Add the activation script
|
||||||
system.activationScripts.recreateConfig = lib.mkAfter "setupNetworking" ''
|
system.activationScripts.recreateConfig = lib.mkAfter "setupNetworking" ''
|
||||||
|
|||||||
Reference in New Issue
Block a user