Add Music Studio, Migrate from GitHub to Personal Gitea (#1)

Reviewed-on: #1
This commit is contained in:
2025-01-02 13:03:50 -07:00
parent 5dea8472b0
commit 752969e2fa
16 changed files with 151 additions and 412 deletions

View File

@ -1,5 +1,5 @@
---
# Update the Nix configuration at github.com/Hyperling/NixOS.
# Update the Nix configuration at git.hyperling.com/me/env-nixos.
# This is also done in setup.sh if ansible is not found.
- name: General | Software | NixOS | Facts
@ -19,7 +19,7 @@
blockinfile:
path: /etc/nixos/ansible.nix
block: |
# This file was created by https://github.com/Hyperling/Ansible
# This file was created by https://git.hyperling.com/me/env-ansible
# Please do not alter it by hand. Use the proper ini files instead.
{ config, pkgs, nix, ... }:

View File

@ -55,6 +55,7 @@
- vim
- "{{ cron }}"
- "{{ encfs }}"
- rsync
state: present
- name: General | Software | Packages | Install Software (DEV)