docs: add README.md

This commit is contained in:
dachxy 2025-01-03 13:59:16 +08:00
parent fe1d9adfa8
commit 1c2b263904
19 changed files with 241 additions and 73 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ username, pkgs, ... }:
{
systemd.services.flatpak-repo = {
@ -20,7 +20,7 @@
ports = [ 22 ];
settings = {
PasswordAuthentication = false;
AllowUsers = [ "danny" ];
AllowUsers = [ username ];
UseDns = true;
PermitRootLogin = "no";
};
@ -31,7 +31,6 @@
xkb.layout = "us";
};
# USB auto mount
gvfs.enable = true;
udisks2.enable = true;