⬆️ version updates
This commit is contained in:
parent
960b87fcce
commit
a7e068b3a7
@ -48,7 +48,7 @@ in {
|
|||||||
home-manager.users.walkah = import "${dotfiles}/home.nix";
|
home-manager.users.walkah = import "${dotfiles}/home.nix";
|
||||||
|
|
||||||
system.autoUpgrade.enable = false;
|
system.autoUpgrade.enable = false;
|
||||||
environment.systemPackages = with pkgs; [ weechat ];
|
environment.systemPackages = with pkgs; [ docker-compose weechat ];
|
||||||
|
|
||||||
fileSystems."/mnt/downloads" = {
|
fileSystems."/mnt/downloads" = {
|
||||||
device = "192.168.6.100:/volume1/Downloads";
|
device = "192.168.6.100:/volume1/Downloads";
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
virtualisation.oci-containers = {
|
virtualisation.oci-containers = {
|
||||||
containers = {
|
containers = {
|
||||||
home-assistant = {
|
home-assistant = {
|
||||||
image = "ghcr.io/home-assistant/home-assistant:2021.9.7";
|
image = "ghcr.io/home-assistant/home-assistant:2021.10.0";
|
||||||
volumes =
|
volumes =
|
||||||
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
|
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
|
||||||
extraOptions = [ "--privileged" "--network=host" ];
|
extraOptions = [ "--privileged" "--network=host" ];
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
"homepage": "https://nix-community.github.io/home-manager/",
|
"homepage": "https://nix-community.github.io/home-manager/",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "81ec2aed8a2438553c6689061eeb45a40883ec24",
|
"rev": "32285d8fe64138a41f1caed23d94f28529ea4eb4",
|
||||||
"sha256": "049cnpb02hrca134d0h4w5z0hfchd4llfw310jlm0nfy1aasv02y",
|
"sha256": "1jx2in2dxs3byss913d6xzd47z9xqnf6dml2gfhxvffygq521m91",
|
||||||
"type": "tarball",
|
"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"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"niv": {
|
"niv": {
|
||||||
|
Loading…
Reference in New Issue
Block a user