1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: add lib-net; use upstreamed esphome module :)

This commit is contained in:
oddlama 2023-04-19 18:12:02 +02:00
parent af9ffb0b8f
commit 703056a530
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 87 additions and 192 deletions

View file

@ -11,10 +11,15 @@
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "flake-utils";
};
impermanence.url = "github:nix-community/impermanence";
lib-net = {
url = "https://gist.github.com/duairc/5c9bb3c922e5d501a1edb9e7b3b845ba/archive/3885f7cd9ed0a746a9d675da6f265d41e9fd6704.tar.gz";
flake = false;
};
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixos-nftables-firewall = {