Compare commits

...

2 commits

3 changed files with 8 additions and 8 deletions

View file

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

View file

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

View file

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