Compare commits
2 Commits
853ee74826
...
073c730b9f
Author | SHA1 | Date | |
---|---|---|---|
|
073c730b9f | ||
|
1e7a7c24a3 |
@ -1,6 +1,8 @@
|
|||||||
{ 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 = 10022;
|
port = 22;
|
||||||
identityFile = "~/.ssh/gitea";
|
identityFile = "~/.ssh/gitea";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user