refactor: clean up home

This commit is contained in:
Mohammad Rafiq 2025-03-27 04:12:43 +08:00
parent 3d04d338d1
commit 68047c894e
No known key found for this signature in database
5 changed files with 67 additions and 63 deletions

View file

@ -1,4 +1,9 @@
{ inputs, ... }:
{
imports = [
inputs.sops-nix.nixosModules.sops
];
sops = {
defaultSopsFile = ./secrets/secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];