Compare commits

..

No commits in common. "868ffd64e4a685d4e8dab3e866c8b3a146e13cd7" and "2d42894fa73dfcd83e0e3dc1e6c0644ff888a477" have entirely different histories.

3 changed files with 8 additions and 8 deletions

View file

@ -8,10 +8,10 @@
./misc.nix
./nginx.nix
./nix.nix
./openssh.nix
./packages.nix
./sanoid.nix
./security.nix
./ssh.nix
./steam.nix
];
}
}

View file

@ -1,11 +1,11 @@
{ config, lib, pkgs, ... }:
{
programs.ssh = {
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";
};
};
}
}

View file

@ -46,11 +46,11 @@
},
"birdsong": {
"locked": {
"lastModified": 1738699106,
"narHash": "sha256-pAe4pHn9OmVWBHdZOMQBO21mHnshOxQOaLu/mKycM6Q=",
"lastModified": 1737470105,
"narHash": "sha256-m5wsHkRDsilv6hVYL4BLWM+Gn8MsQwvxIvhC18FH7Lo=",
"ref": "main",
"rev": "007130e869f1223713d588ba0f125c586ca13623",
"revCount": 20,
"rev": "4e461f83a84aba32bdf640163375f1e31b699111",
"revCount": 19,
"type": "git",
"url": "https://git.qenya.tel/qenya/birdsong"
},