⬆️ version updates

This commit is contained in:
James Walker 2021-10-08 21:36:30 -04:00
parent 960b87fcce
commit a7e068b3a7
Signed by: walkah
GPG Key ID: 3C127179D6086E93
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";

View File

@ -5,7 +5,7 @@
virtualisation.oci-containers = {
containers = {
home-assistant = {
image = "ghcr.io/home-assistant/home-assistant:2021.9.7";
image = "ghcr.io/home-assistant/home-assistant:2021.10.0";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];

View File

@ -5,10 +5,10 @@
"homepage": "https://nix-community.github.io/home-manager/",
"owner": "nix-community",
"repo": "home-manager",
"rev": "81ec2aed8a2438553c6689061eeb45a40883ec24",
"sha256": "049cnpb02hrca134d0h4w5z0hfchd4llfw310jlm0nfy1aasv02y",
"rev": "32285d8fe64138a41f1caed23d94f28529ea4eb4",
"sha256": "1jx2in2dxs3byss913d6xzd47z9xqnf6dml2gfhxvffygq521m91",
"type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/81ec2aed8a2438553c6689061eeb45a40883ec24.tar.gz",
"url": "https://github.com/nix-community/home-manager/archive/32285d8fe64138a41f1caed23d94f28529ea4eb4.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {