Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 050c400062 | |||
| 7f3b5d1c3d |
+297
-297
File diff suppressed because it is too large
Load Diff
@@ -2910,7 +2910,7 @@ This makes sure all ./assets/copy_stuff ends up in the right folder
|
||||
{ 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" ''
|
||||
|
||||
@@ -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" ''
|
||||
|
||||
Reference in New Issue
Block a user