Nixos-Configuration/modules/nixos/default.nix
Jermeiah S 7b152ccd16
All checks were successful
/ check (push) Successful in 57s
/ deploy (push) Has been skipped
fix: obliterate firewall interna;;y
2025-06-23 20:01:24 -04:00

8 lines
169 B
Nix

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