Compare commits
No commits in common. "073c730b9fc9108d6f5d9d269eb101e0c340f9ad" and "853ee7482681b1edae7d039a7f7b38f27944b6d9" have entirely different histories.
073c730b9f
...
853ee74826
@ -1,8 +1,6 @@
|
|||||||
{ config, pkgs, variables, lib, ... }:
|
{ config, pkgs, variables, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
boot.tmpOnTmpfs = true;
|
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
keyMap = "us";
|
keyMap = "us";
|
||||||
font = "Lat2-Terminus16";
|
font = "Lat2-Terminus16";
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
|
|
||||||
"git.giugl.io" = {
|
"git.giugl.io" = {
|
||||||
user = "gitea";
|
user = "gitea";
|
||||||
port = 22;
|
port = 10022;
|
||||||
identityFile = "~/.ssh/gitea";
|
identityFile = "~/.ssh/gitea";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user