| 19 Aug 2023 |
Zhaofeng Li | The core thing is that system profiles themselves are packages as well and follow the same rules. In other words, when you deploy, you always apply the whole coherent configuration and there's no way to not to fetch upgrades depending on what the host currently has | 19:55:35 |
Zhaofeng Li | * The core thing is that system profiles themselves are packages as well and follow the same rules. In other words, when you deploy, you always apply the whole coherent configuration and there's no way to not fetch upgrades depending on what the host currently has | 19:55:48 |
Zhaofeng Li | The older versions of packages are still there in the store, just "dormant" until you garbage collect them | 19:56:37 |
Wanja Hentze | also, I recommend puttinf something like this in your colmena config for all hosts
```nix
environment.etc."nixos/configuration.nix".text = ''
throw "sorry, no nixos-rebuild, use colmena"
'';
``` | 20:07:50 |
Wanja Hentze | * also, I recommend puttinf something like this in your colmena config for all hosts
```
environment.etc."nixos/configuration.nix".text = ''
throw "sorry, no nixos-rebuild, use colmena"
'';
``` | 20:08:08 |
Wanja Hentze | hmm no formating? okay then element | 20:08:18 |
Zhaofeng Li | Eledroid requires enabling in the settings, if you are using that | 20:12:12 |