forked from mirrors_public/oddlama_nix-config
chore(common): rename to sound.nix
This commit is contained in:
parent
01940d0e19
commit
ba0d5f2f5d
4 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
||||||
# About
|
# About
|
||||||
|
|
||||||
|
This is my personal nix config.
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
- `hosts/` contains configuration for all hosts.
|
- `hosts/` contains configuration for all hosts.
|
||||||
|
@ -54,8 +56,6 @@
|
||||||
|
|
||||||
## Stuff
|
## Stuff
|
||||||
|
|
||||||
This is my personal nix config.
|
|
||||||
|
|
||||||
- Secrets can be created/edited by running `nix run .#edit-secret some/secret.age`
|
- Secrets can be created/edited by running `nix run .#edit-secret some/secret.age`
|
||||||
- Secrets can be rekeyed by running `nix run .#rekey` (you will be prompted to do so in an error message if neccessary)
|
- Secrets can be rekeyed by running `nix run .#rekey` (you will be prompted to do so in an error message if neccessary)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{lib, ...}: {
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
authorizedKeysFiles = lib.mkForce ["/etc/ssh/authorized_keys.d/%u"];
|
||||||
settings = {
|
settings = {
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
KbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
../common/hardware/intel.nix
|
../common/hardware/intel.nix
|
||||||
../common/efi.nix
|
../common/efi.nix
|
||||||
../common/laptop.nix
|
../common/laptop.nix
|
||||||
../common/sound-pipewire.nix
|
../common/sound.nix
|
||||||
../common/yubikey.nix
|
../common/yubikey.nix
|
||||||
../common/zfs.nix
|
../common/zfs.nix
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue