⬆️ version updates

This commit is contained in:
2021-10-08 21:36:30 -04:00
parent 960b87fcce
commit a7e068b3a7
3 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ in {
home-manager.users.walkah = import "${dotfiles}/home.nix";
system.autoUpgrade.enable = false;
environment.systemPackages = with pkgs; [ weechat ];
environment.systemPackages = with pkgs; [ docker-compose weechat ];
fileSystems."/mnt/downloads" = {
device = "192.168.6.100:/volume1/Downloads";