nixpkgs/nixos/modules/system
danbst 65ff0d5f9d switch-to-configuration: fix detection of changes between rebuilds for template instances
This makes declarative containers truly reloadable. Current code already declares it:

56904d7c42/nixos/modules/virtualisation/containers.nix (L488)

```
  restartIfChanged = false;
```

56904d7c42/nixos/modules/virtualisation/containers.nix (L540)

```
  reloadIfChanged = true;
```

Original author: @chrisfarms in 6e36619b27
Most of stuff from that commit has already been ported.
2017-08-22 15:04:18 +03:00
..
activation switch-to-configuration: fix detection of changes between rebuilds for template instances 2017-08-22 15:04:18 +03:00
boot modules/systemd: improve logind.extraConfig example 2017-08-03 03:07:05 +02:00
etc environment.etc: add user/group option 2017-07-29 23:56:46 +01:00