mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 08:58:26 +02:00
feat: harmonica
This commit is contained in:
@@ -27,7 +27,7 @@ Nix allows for easy-to-manage, collaborative, reproducible deployments. This mea
|
|||||||
```shell
|
```shell
|
||||||
› tree hosts
|
› tree hosts
|
||||||
hosts
|
hosts
|
||||||
├── harmonica # my MacBook Pro 2020 13-inch, with macOS, for work.
|
├── harmonica # my MacBook Pro 2020 13-inch, mainly for business.
|
||||||
└── idols
|
└── idols
|
||||||
├── ai # my main computer, with NixOS + I5-13600KF + RTX 4090 GPU, for gaming & daily use.
|
├── ai # my main computer, with NixOS + I5-13600KF + RTX 4090 GPU, for gaming & daily use.
|
||||||
├── aquamarine # my NixOS virtual machine with R9-5900HX(8C16T), mainly for distributed building & testing.
|
├── aquamarine # my NixOS virtual machine with R9-5900HX(8C16T), mainly for distributed building & testing.
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
# My MacBook Pro - Computer for Business
|
{ ... }:
|
||||||
{ ... }:
|
|
||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# Harnomica - my MacBook Pro 2020 13-inch, mainly for business.
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
Reference in New Issue
Block a user