fix: obliterate firewall interna;;y
All checks were successful
/ check (push) Successful in 57s
/ deploy (push) Has been skipped

This commit is contained in:
Jermeiah S 2025-06-23 20:01:24 -04:00
parent 05bca5b139
commit 7b152ccd16
No known key found for this signature in database
5 changed files with 16 additions and 24 deletions

View file

@ -1,9 +1,8 @@
# This is your nixos configuration.
# For home configuration, see /modules/home/*
{ flake, ... }:
{ flake, pkgs, ... }:
{
imports = [
flake.inputs.self.nixosModules.common
];
}