Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

machine/lengo: New Machine #156

Draft
wants to merge 18 commits into
base: central
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[submodule "vendor/impermanence"]
path = vendor/impermanence
url = git@github.com:NiXium-org/impermanence.git
url = git@github.com:Arcanyx-org/impermanence.git
[submodule "vendor/agenix"]
path = vendor/agenix
url = git@github.com:NiXium-org/agenix.git
url = git@github.com:Arcanyx-org/agenix.git
[submodule "vendor/ragenix"]
path = vendor/ragenix
url = git@github.com:NiXium-org/ragenix.git
url = git@github.com:Arcanyx-org/ragenix.git
[submodule "vendor/jovian-nixos"]
path = vendor/jovian-nixos
url = https://github.com/appsforartists/Jovian-NixOS
[submodule "vendor/nixpkgs-stable"]
path = vendor/nixpkgs-stable
url = git@github.com:Arcanyx-org/nixpkgs-stable.git
branch = central
1 change: 1 addition & 0 deletions config/machine-derivations.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Declare which system derivation should be used for which machine

ignucius nixos-ignucius-stable
lengo nixos-lengo-stable
morph nixos-morph-stable
mracek nixos-mracek-stable
sinnenfreude nixos-sinnenfreude-stable
Expand Down
1 change: 0 additions & 1 deletion default.code-workspace
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"folders": [
{ "path": "." },
{ "path": "vendor/impermanence" },
],

"settings": {
Expand Down
Loading