⚡️don't auto upgrade for great repoducibility
This commit is contained in:
parent
2359e3a910
commit
cd102c0f38
@ -47,7 +47,7 @@ in {
|
||||
};
|
||||
home-manager.users.walkah = import "${dotfiles}/home.nix";
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade.enable = false;
|
||||
environment.systemPackages = with pkgs; [ weechat ];
|
||||
|
||||
fileSystems."/mnt/downloads" = {
|
||||
|
Loading…
Reference in New Issue
Block a user