mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-08 05:48:27 +02:00
refactor: ran deadnix
This commit is contained in:
parent
d863cf6688
commit
2fae2a695b
17 changed files with 20 additions and 142 deletions
|
@ -1,7 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ sops ];
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
sops.age.generateKey = false;
|
||||
sops.defaultSopsFile = ../secrets/${config.networking.hostName}.yaml;
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue