1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore(common): rename to sound.nix

This commit is contained in:
oddlama 2023-03-28 14:15:13 +02:00
parent 01940d0e19
commit ba0d5f2f5d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
{
{lib, ...}: {
services.openssh = {
enable = true;
authorizedKeysFiles = lib.mkForce ["/etc/ssh/authorized_keys.d/%u"];
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;

View file

@ -16,7 +16,7 @@
../common/hardware/intel.nix
../common/efi.nix
../common/laptop.nix
../common/sound-pipewire.nix
../common/sound.nix
../common/yubikey.nix
../common/zfs.nix