mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added
This commit is contained in:
parent
1731442060
commit
a1eb6801e4
4 changed files with 22 additions and 11 deletions
|
|
@ -22,8 +22,17 @@
|
|||
xwayland
|
||||
];
|
||||
|
||||
services.trezord = {
|
||||
enable = true;
|
||||
services = {
|
||||
trezord = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
"0 0 * * * bryan /home/bryan/Documents/scripts/lnbackup_script.sh"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# CONSOLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue