mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
15 lines
797 B
Elm
15 lines
797 B
Elm
![]() |
module Services.Creative.NixBuilds exposing (..)
|
||
|
|
||
|
import Services.Types exposing (..)
|
||
|
|
||
|
|
||
|
servicesNixBuilds : Service
|
||
|
servicesNixBuilds =
|
||
|
{ logoImage = "nixos"
|
||
|
, logoDescription = "nixos logo"
|
||
|
, servicesLink = "https://the-nutrivore.social/"
|
||
|
, servicesTitle = "CUSTOM NIX BUILDS"
|
||
|
, servicesRate = "$40/hr"
|
||
|
, servicesDescription = "NixOS has become popular in my community, with many people choosing to explore it over Windows, MacOS, and other Linux distributions. Naturally, as a consequence of this, I receive numerous requests for help regarding the Nix programming language and NixOS system configuration. So, to fast-track newcomers and to make my life a little bit easier for both of us, I'm offering to build custom NixOS configurations for interested clients."
|
||
|
}
|