Fix git config

This commit is contained in:
TheWanderingCrow 2024-10-06 10:04:53 -04:00
parent 7c6939e356
commit 8c7e8f345e
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,6 @@
];
networking.hostName = "WCE-Overseer";
networking.firewall.allowedTCPPorts = [ 8123 ];
proxmoxLXC.manageNetwork = true;

View file

@ -1,3 +1,3 @@
[user[
[user]
email = "contact@wanderingcrow.net"
name = "TheWanderingCrow"

View file

@ -1,5 +1,6 @@
{lib, config, ...}: {
imports = [
./user.nix
./podman.nix
];
}