Compare commits

..

No commits in common. "073c730b9fc9108d6f5d9d269eb101e0c340f9ad" and "853ee7482681b1edae7d039a7f7b38f27944b6d9" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
{ config, pkgs, variables, lib, ... }:
{
boot.tmpOnTmpfs = true;
console = {
keyMap = "us";
font = "Lat2-Terminus16";

View File

@ -124,7 +124,7 @@
"git.giugl.io" = {
user = "gitea";
port = 22;
port = 10022;
identityFile = "~/.ssh/gitea";
identitiesOnly = true;
};