Run 'nix fmt' on whole repo
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
{pkgs, ...}: let
|
||||
baseUrl = "git.ewanick.com";
|
||||
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/git.ewanick.com";
|
||||
in
|
||||
{
|
||||
in {
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
appName = "Bill's Gitea server, hosted on Linode using NixOS";
|
||||
@@ -58,17 +56,16 @@ in
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
# README
|
||||
# README
|
||||
|
||||
## View users and use the command line
|
||||
## View users and use the command line
|
||||
|
||||
Do something like this, preferably as the gitea user
|
||||
Do something like this, preferably as the gitea user
|
||||
|
||||
```bash
|
||||
$ sudo su gitea
|
||||
$ /nix/store/5xwh7m7252m9ljvr3lyilcza1q699r2c-gitea-1.17.4/bin/gitea -c /var/lib/gitea/custom/conf/app.ini admin user list
|
||||
```
|
||||
```bash
|
||||
$ sudo su gitea
|
||||
$ /nix/store/5xwh7m7252m9ljvr3lyilcza1q699r2c-gitea-1.17.4/bin/gitea -c /var/lib/gitea/custom/conf/app.ini admin user list
|
||||
```
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user