7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
system.activationScripts.myHook = {
|
|
# name is mostly cosmetic; must be unique
|
|
text = ''
|
|
echo "Configuration just switched on $(date)" >> /var/log/nixos-switch.log
|
|
'';
|
|
};
|