-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
834c4fe
commit 0fd7a27
Showing
6 changed files
with
30 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: "Discord Server" | ||
url: https://vanillaos.org/community | ||
about: "Consider joining the Discord Server to discuss your issue, question or suggestion with the community before opening an issue." | ||
- name: "r/vanillaos Subreddit" | ||
url: https://www.reddit.com/r/vanillaos | ||
about: "Consider joining the r/vanillaos subreddit to discuss your issue, question or suggestion with the community before opening an issue." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
{ | ||
"autoRepair": true, | ||
"maxParallelDownloads": 2, | ||
"autoRepair": true, | ||
"maxParallelDownloads": 2, | ||
|
||
"registry": "ghcr.io", | ||
"registryService": "registry.ghcr.io", | ||
"registryAPIVersion": "v2", | ||
"name": "vanilla-os/nvidia", | ||
"tag": "main", | ||
"registry": "ghcr.io", | ||
"registryService": "registry.ghcr.io", | ||
"registryAPIVersion": "v2", | ||
"name": "kanola-images/nplasma", | ||
"tag": "main", | ||
|
||
"iPkgMngPre": "lpkg --unlock", | ||
"iPkgMngPost": "lpkg --lock", | ||
"iPkgMngAdd": "apt-get install -y", | ||
"iPkgMngRm": "apt-get remove -y --autoremove", | ||
"iPkgMngApi": "https://packages.vanillaos.org/api/pkg/{packageName}", | ||
"iPkgMngStatus": 2, | ||
"iPkgMngPre": "lpkg --unlock", | ||
"iPkgMngPost": "lpkg --lock", | ||
"iPkgMngAdd": "apt-get install -y", | ||
"iPkgMngRm": "apt-get remove -y --autoremove", | ||
"iPkgMngApi": "https://packages.vanillaos.org/api/pkg/{packageName}", | ||
"iPkgMngStatus": 2, | ||
|
||
"differURL": "https://differ.vanillaos.org", | ||
"differURL": "https://differ.vanillaos.org", | ||
|
||
"partLabelVar": "vos-var", | ||
"partLabelA": "vos-a", | ||
"partLabelB": "vos-b", | ||
"partLabelBoot": "vos-boot", | ||
"partLabelEfi": "vos-efi", | ||
"partLabelVar": "vos-var", | ||
"partLabelA": "vos-a", | ||
"partLabelB": "vos-b", | ||
"partLabelBoot": "vos-boot", | ||
"partLabelEfi": "vos-efi", | ||
|
||
"libPathStates": "/var/lib/abroot/states" | ||
"libPathStates": "/var/lib/abroot/states" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters