renamed home-manager module for import
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user