diff --git a/README.md b/README.md index dccd3a7..a0d096f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This is my personal nix config. - `ward/` - ODROID H3, energy efficient SBC. Used as a firewall betwenn my ISP and internal home network. Hosts some lightweight services using full KVM virtual machines. - `envoy/` - Hetzner Cloud server. Primarily used as my mailserver and VPN provider. - `zackbiene/` - ODROID N2+. Hosts IoT and Home Automation stuff and fully isolates that stuff from my internal network. - - not yet ready for publicized: my main development machine, the powerful home server, some services ... (still in transition from gentoo :/) + - not yet ready to be publicized: my main development machine, the powerful home server, some services ... (still in transition from gentoo :/) - `modules/` additional NixOS modules that are not yet upstreamed. - `nix/` library functions and plumbing - `apps/` Additional runnable actions for this flake diff --git a/flake.lock b/flake.lock index cda39a3..651a09d 100644 --- a/flake.lock +++ b/flake.lock @@ -116,15 +116,15 @@ ] }, "locked": { - "lastModified": 1682795657, - "narHash": "sha256-tLZV918KDU8GrucWqliAwO87mqWJhIrvaF17LU51UjE=", - "owner": "oddlama", + "lastModified": 1682802069, + "narHash": "sha256-hctikxnF3AvHckQqzNa/4YLHbNNrdC733VsTZPWeyTo=", + "owner": "nix-community", "repo": "disko", - "rev": "3a952244d422ea0e25b0e53c1fe2798605a59434", + "rev": "c917cb9cdb621f3b60a7ccc77729cab52250da81", "type": "github" }, "original": { - "owner": "oddlama", + "owner": "nix-community", "repo": "disko", "type": "github" } diff --git a/flake.nix b/flake.nix index 07c11aa..c1cfd0e 100644 --- a/flake.nix +++ b/flake.nix @@ -9,9 +9,7 @@ }; disko = { - # TODO temporary until reimport PR merged - #url = "github:nix-community/disko"; - url = "github:oddlama/disko"; + url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; };