Compare commits
No commits in common. "0a71eaa97e22de52df357ae3e94fdbfa70c8fcaf" and "b23b617b95b828bd0315b436038fe455d8f02b40" have entirely different histories.
0a71eaa97e
...
b23b617b95
5 changed files with 1 additions and 30 deletions
|
@ -86,14 +86,6 @@ src = "etc/pacman.conf"
|
|||
dst = "/etc/pacman.d/hooks/zsh.hook"
|
||||
src = "etc/pacman.d/hooks/zsh.hook"
|
||||
|
||||
[dotfiles."f_pacman-download.service"]
|
||||
dst = "/etc/systemd/system/pacman-download.service"
|
||||
src = "etc/systemd/system/pacman-download.service"
|
||||
|
||||
[dotfiles."f_pacman-download.timer"]
|
||||
dst = "/etc/systemd/system/pacman-download.timer"
|
||||
src = "etc/systemd/system/pacman-download.timer"
|
||||
|
||||
[dotfiles."f_plymouthd.conf"]
|
||||
src = "etc/plymouth/plymouthd.conf"
|
||||
dst = "/etc/plymouth/plymouthd.conf"
|
||||
|
@ -185,8 +177,6 @@ dotfiles = [
|
|||
"f_pacman_zsh_hook",
|
||||
"f_pacserve.service.conf",
|
||||
"f_sudoers_pacman",
|
||||
"f_pacman-download.service",
|
||||
"f_pacman-download.timer",
|
||||
]
|
||||
|
||||
[profiles.Mirkwood]
|
||||
|
|
|
@ -8,7 +8,6 @@ services:
|
|||
- 127.0.0.1:5432:5432
|
||||
networks:
|
||||
- postgres
|
||||
env_file: .env
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- data:/var/lib/postgresql/data
|
||||
|
|
|
@ -197,7 +197,7 @@ update() {
|
|||
|
||||
packages() {
|
||||
{%@@ if distro_id == "arch" @@%}
|
||||
paru -S{%@@ if profile != "Moria" @@%}y{%@@ endif @@%}u --noconfirm
|
||||
paru -Syu --noconfirm
|
||||
{%@@ elif distro_id == "ubuntu" or distro_id == "debian" @@%}
|
||||
doas apt update && doas apt full-upgrade -y && doas apt autoremove -y && doas apt autoclean -y
|
||||
{%@@ elif distro_id == "termux" @@%}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[Unit]
|
||||
Description=Download updates with pacman
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=pacman -Syuw --noconfirm
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Hourly pacman update download with random minute
|
||||
|
||||
[Timer]
|
||||
OnCalendar=hourly
|
||||
RandomizedDelaySec=3600
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue