blog/content/posts/my-first-post.md

16 lines
282 B
Markdown
Raw Normal View History

2023-08-17 14:16:17 +00:00
---
2023-08-17 18:07:30 +00:00
title: "Host your website with Nix and GitLab pages"
2023-08-17 14:16:17 +00:00
date: 2023-08-17T15:49:41+02:00
2023-08-17 18:07:30 +00:00
draft: false
2023-08-17 14:16:17 +00:00
---
2023-08-17 18:07:30 +00:00
## Why use Nix?
Nix is a package manager and build system which allows you to declare reproducible build processes.
## GitLab Pages
Let's create a gitlab
## Host on NixOS