diff --git a/flake.lock b/flake.lock index fc6aa90..91b837a 100644 --- a/flake.lock +++ b/flake.lock @@ -110,11 +110,11 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1658151168, - "narHash": "sha256-0uHoOHr20pJTOGzgS4kNgOP4wfrch0fc+9vZ/6LgD44=", + "lastModified": 1658238241, + "narHash": "sha256-naoSta79MYYRtVnIZhzq+YWgTOBhWE1Sr1AIhG7ZA9g=", "owner": "nix-community", "repo": "home-manager", - "rev": "4a724cb84cc3aa464af1713d11bf0cfbbdb56c00", + "rev": "70d5929885ccec8dde8585894dd3ebe606e75f41", "type": "github" }, "original": { @@ -125,11 +125,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1658227863, - "narHash": "sha256-QoRmU18dCYnZy8ks9cz2ZhsGW+AVo1pioLrs+s/8Tkg=", + "lastModified": 1658401027, + "narHash": "sha256-z/sDfzsFOoWNO9nZGfxDCNjHqXvSVZLDBDSgzr9qDXE=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "0015f5cc098fae520aae458b8547e44a38aacf92", + "rev": "83009edccc2e24afe3d0165ed98b60ff7471a5f8", "type": "github" }, "original": { @@ -173,11 +173,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1654230545, - "narHash": "sha256-8Vlwf0x8ow6pPOK2a04bT+pxIeRnM1+O0Xv9/CuDzRs=", + "lastModified": 1654953433, + "narHash": "sha256-TwEeh4r50NdWHFAHQSyjCk2cZxgwUfcCCAJOhPdXB28=", "owner": "nixos", "repo": "nixpkgs", - "rev": "236cc2971ac72acd90f0ae3a797f9f83098b17ec", + "rev": "90cd5459a1fd707819b9a3fb9c852beaaac3b79a", "type": "github" }, "original": { @@ -189,11 +189,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1658240757, - "narHash": "sha256-dG4NfEQkllCmRHmZScd+5NA+ncuWNO9KdeWltl9zFjA=", + "lastModified": 1658430343, + "narHash": "sha256-cZ7dw+dyHELMnnMQvCE9HTJ4liqwpsIt2VFbnC+GNNk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d57f20b903c801b9325aea6279a4d61d19368fb0", + "rev": "e2b34f0f11ed8ad83d9ec9c14260192c3bcccb0d", "type": "github" }, "original": { @@ -224,11 +224,11 @@ "nixpkgs-22_05": "nixpkgs-22_05" }, "locked": { - "lastModified": 1658030499, - "narHash": "sha256-Y2Me+uys8VpKUincd7T3ab8O4gBFv8bR5BmBZfn4i4w=", + "lastModified": 1658398472, + "narHash": "sha256-DjPJ3YQXyV1GRvF3ToBIY+RYdypwNxYchN1HIhDPLe0=", "owner": "Mic92", "repo": "sops-nix", - "rev": "7526ce07b897ad1f1016680de5121f646e28a893", + "rev": "6efa719f8d02139ce41398b9e59e06888dc1305a", "type": "github" }, "original": { diff --git a/hosts/socrates/configuration.nix b/hosts/socrates/configuration.nix index 457f488..c67887a 100644 --- a/hosts/socrates/configuration.nix +++ b/hosts/socrates/configuration.nix @@ -28,7 +28,7 @@ networking.firewall.checkReversePath = "loose"; nix = { - trustedUsers = [ "@wheel" "root" ]; + settings.trusted-users = [ "@wheel" "root" ]; }; security.sudo.wheelNeedsPassword = false; diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix index 2944fe1..9e0c479 100644 --- a/modules/home-assistant/default.nix +++ b/modules/home-assistant/default.nix @@ -5,7 +5,7 @@ virtualisation.oci-containers = { containers = { home-assistant = { - image = "ghcr.io/home-assistant/home-assistant:2022.7.5"; + image = "ghcr.io/home-assistant/home-assistant:2022.7.6"; volumes = [ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ]; extraOptions = [ "--privileged" "--network=host" ];