forked from mirrors_public/oddlama_nix-config
chore: switch to upstream disko again, PR is merged
This commit is contained in:
parent
a90a8ee678
commit
f62b01f206
3 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
10
flake.lock
generated
10
flake.lock
generated
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue