Compare commits
2 Commits
853ee74826
...
073c730b9f
Author | SHA1 | Date | |
---|---|---|---|
|
073c730b9f | ||
|
1e7a7c24a3 |
@ -1,6 +1,8 @@
|
||||
{ config, pkgs, variables, lib, ... }:
|
||||
|
||||
{
|
||||
boot.tmpOnTmpfs = true;
|
||||
|
||||
console = {
|
||||
keyMap = "us";
|
||||
font = "Lat2-Terminus16";
|
||||
|
@ -124,7 +124,7 @@
|
||||
|
||||
"git.giugl.io" = {
|
||||
user = "gitea";
|
||||
port = 10022;
|
||||
port = 22;
|
||||
identityFile = "~/.ssh/gitea";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user