renamed home-manager module for import

This commit is contained in:
John Lancaster
2025-04-04 00:52:02 -05:00
parent e73e22d0b5
commit 1c27e2f318
3 changed files with 32 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{ config, pkgs, userSettings, ... }:
{
sops.secrets."restic_password" = { };
sops.secrets.restic_password = {
owner = config.users.users.${userSettings.userName}.name;
mode = "0440";
};
environment.systemPackages = with pkgs; [
restic