mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat(core): add nixos-nftables-firewall; and move some things from core/default.nix to more approriate locations
This commit is contained in:
parent
2e45d3f423
commit
12d840c7bf
9 changed files with 92 additions and 93 deletions
|
@ -16,6 +16,12 @@
|
|||
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
|
||||
nixos-nftables-firewall = {
|
||||
url = "github:thelegy/nixos-nftables-firewall";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
microvm = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue