fucking(refactored): everything

This commit is contained in:
2025-10-16 01:25:34 +01:00
parent e25053b02d
commit 34730d793c
44 changed files with 344 additions and 161 deletions

View File

@@ -25,27 +25,4 @@
services.tailscale.enable = true;
networking.firewall.trustedInterfaces = [ "eth0" ];
systemd.services.firewall.enable = lib.mkForce true;
# modules = {
# users.enable = true;
# secrets.enable = true;
# sshserver.enable = true;
# nix-conf.enable = true;
# shell.enable = true;
# stylix.enable = true;
# hosting = {
# enable = false;
# networking = {
# publicInterface = "eth0";
# };
# stacks = {
# test = {
# config =
# { pkgs, ... }:
# {
# environment.systemPackages = with pkgs; [ fastfetch ];
# };
# };
# };
# };
# };
}