WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 67b488904c - Show all commits

View file

@ -3,7 +3,7 @@ Description=Write fan speeds to tmp
[Service] [Service]
Type=simple Type=simple
ExecStart=/home/balrog/Scripts/ipmi/fans.sh ExecStart=/home/balrog/.scripts/ipmi/fans.sh
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View file

@ -3,7 +3,7 @@ Description=Watch server temperature
[Service] [Service]
Type=simple Type=simple
ExecStart=/home/balrog/Scripts/ipmi/temp.sh ExecStart=/home/balrog/.scripts/ipmi/temp.sh
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target