mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-16 12:04:11 -05:00
Fix git config
This commit is contained in:
parent
7c6939e356
commit
8c7e8f345e
3 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,6 @@
|
|||
];
|
||||
|
||||
networking.hostName = "WCE-Overseer";
|
||||
networking.firewall.allowedTCPPorts = [ 8123 ];
|
||||
proxmoxLXC.manageNetwork = true;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[user[
|
||||
[user]
|
||||
email = "contact@wanderingcrow.net"
|
||||
name = "TheWanderingCrow"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{lib, config, ...}: {
|
||||
imports = [
|
||||
./user.nix
|
||||
./podman.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue