Compare commits
2 Commits
cfd07e3169
...
d4df0f75b5
Author | SHA1 | Date | |
---|---|---|---|
d4df0f75b5 | |||
687672a62b |
12
flake.lock
generated
12
flake.lock
generated
@ -110,11 +110,11 @@
|
|||||||
"utils": "utils_2"
|
"utils": "utils_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1664983332,
|
"lastModified": 1665098471,
|
||||||
"narHash": "sha256-KyQvgFRwk3qW3Qr+lO5UDqfpST/HaCJY1yB7wPgPUqo=",
|
"narHash": "sha256-sNy1nfNg/p/q7JqsJtEOWbV3m5i5M89FzAJwbIn6W2Y=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "1a8e35d2e53ed2ccd9818fad9c9478d56c655661",
|
"rev": "be2cade373d96b469e5f4bb22c40cac87cf5a6f0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -189,11 +189,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1664904529,
|
"lastModified": 1665056165,
|
||||||
"narHash": "sha256-mGlB/SQR4E9jb7fOOxCTJlwL6Mk1Dpyvi4UrOXL6C18=",
|
"narHash": "sha256-2C7VfNphJa0FxPoT+suMOmUDVrQ5RIE+NKfDWqElvE4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b7a47253e0c8cb04c0a3f8ed3149e90229e62884",
|
"rev": "27a89ba43b0fb735ce867e8ab3d2442f8cc61dad",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
virtualisation.oci-containers = {
|
virtualisation.oci-containers = {
|
||||||
containers = {
|
containers = {
|
||||||
home-assistant = {
|
home-assistant = {
|
||||||
image = "ghcr.io/home-assistant/home-assistant:2022.10.0";
|
image = "ghcr.io/home-assistant/home-assistant:2022.10.1";
|
||||||
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" ];
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
ipfs = {
|
kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
Swarm = {
|
Swarm = {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
ipfs = {
|
kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
apiAddress = "/ip4/0.0.0.0/tcp/5001";
|
apiAddress = "/ip4/0.0.0.0/tcp/5001";
|
||||||
gatewayAddress = "/ip4/0.0.0.0/tcp/8080";
|
gatewayAddress = "/ip4/0.0.0.0/tcp/8080";
|
||||||
|
@ -33,7 +33,7 @@ in
|
|||||||
allowedUDPPorts = [ 4001 ];
|
allowedUDPPorts = [ 4001 ];
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
ipfs = {
|
kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
Peering = { Peers = peers; };
|
Peering = { Peers = peers; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user