WIP: Switch to NixOS #5

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

View file

@ -129,6 +129,9 @@ dotfiles:
f_kodi.conf:
src: boot/loader/entries/kodi.conf
dst: /boot/loader/entries/kodi.conf
f_pacserve.service.conf:
src: etc/pacserve/pacserve.service.conf
dst: /etc/pacserve/pacserve.service.conf
profiles:
Locale:
dotfiles:
@ -137,6 +140,7 @@ profiles:
Pacman:
dotfiles:
- f_pacman.conf
- f_pacserve.service.conf
Mirkwood:
dotfiles:
- f_getty.conf
@ -164,6 +168,7 @@ profiles:
- f_arch.conf
- f_arch-lts.conf
- f_kodi.conf
- f_pacserve.service.conf
include:
- Locale
- Pacman

0
root/etc/pacserve/pacserve.service.conf Executable file → Normal file
View file