mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
backups requires secrets
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
{ config, pkgs, lib, ... }: {
|
{ config, pkgs, lib, ... }: {
|
||||||
|
|
||||||
|
imports = [ ./secrets.nix ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
||||||
backupS3 = {
|
backupS3 = {
|
||||||
|
Reference in New Issue
Block a user