moving some dirs
This commit is contained in:
parent
af5adf4513
commit
712441876c
16 changed files with 0 additions and 0 deletions
8
hosts/server/upgrade-diff.nix
Normal file
8
hosts/server/upgrade-diff.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
system.activationScripts.diff = {
|
||||
supportsDryActivation = true;
|
||||
text = ''
|
||||
${pkgs.nvd}/bin/nvd --nix-bin-dir=${pkgs.nix}/bin diff /run/current-system "$systemConfig"
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue