mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/common: Moved to petabyte.nftables
This commit is contained in:
parent
f659dd5ed8
commit
ffa8dcc8af
3 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ in {
|
|||
imports = [
|
||||
./deploy
|
||||
./tf-glue
|
||||
(sources.pbb-nixfiles + "/modules/nftables")
|
||||
(sources.tf-nix + "/modules/nixos/secrets.nix")
|
||||
(sources.tf-nix + "/modules/nixos/secrets-users.nix")
|
||||
hexchen.modules.hexnet
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./system.nix
|
||||
./net.nix
|
||||
./access.nix
|
||||
./locale.nix
|
||||
./nix.nix
|
||||
|
|
|
|||
5
profiles/common/nixos/net.nix
Normal file
5
profiles/common/nixos/net.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
petabyte.nftables.enable = lib.mkDefault true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue