Compare commits
10 commits
9b77159110
...
43327a567e
| Author | SHA1 | Date | |
|---|---|---|---|
| 43327a567e | |||
| 536bf095b9 | |||
| 4a38f29273 | |||
| ee4ac1d7c8 | |||
| 2a05e1888b | |||
| fb6d498ad5 | |||
| 203fad17d1 | |||
| 5cb2dce159 | |||
| 63224ce917 | |||
| 2f233bab42 |
12 changed files with 37 additions and 38 deletions
|
|
@ -1 +1 @@
|
|||
/nix/store/gr5dfsr20jqrim8w0lbhicgdnpwwwhs2-pre-commit-config.json
|
||||
/nix/store/30f0pr8v6hd0qy799gvjx6vw1zha8v8w-pre-commit-config.json
|
||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -14,6 +14,7 @@
|
|||
"emanote",
|
||||
"Ewanick",
|
||||
"fancytypist",
|
||||
"forgejo",
|
||||
"ghcid",
|
||||
"gitea",
|
||||
"gnused",
|
||||
|
|
@ -27,6 +28,7 @@
|
|||
"jitsi",
|
||||
"jquery",
|
||||
"keymap",
|
||||
"lemmy",
|
||||
"longview",
|
||||
"maths",
|
||||
"mdformat",
|
||||
|
|
|
|||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -79,16 +79,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1767364772,
|
||||
"narHash": "sha256-fFUnEYMla8b7UKjijLnMe+oVFOz6HjijGGNS1l7dYaQ=",
|
||||
"lastModified": 1767325753,
|
||||
"narHash": "sha256-yA/CuWyqm+AQo2ivGy6PlYrjZBQm7jfbe461+4HF2fo=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "16c7794d0a28b5a37904d55bcca36003b9109aaa",
|
||||
"rev": "64049ca74d63e971b627b5f3178d95642e61cedd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"ref": "nixos-25.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
description = "Flake.parts System flake for Linode NixOS server";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
git-hooks-nix.url = "github:cachix/git-hooks.nix";
|
||||
|
|
|
|||
|
|
@ -7,9 +7,10 @@
|
|||
|
||||
./ewanick.com.nix
|
||||
./git.ewanick.com.nix
|
||||
# ./paperless.ewanick.com.nix
|
||||
|
||||
./fancytypist.com.nix
|
||||
|
||||
# ./paperless.ewanick.com.nix
|
||||
];
|
||||
|
||||
# when in doubt, clear away the certs with
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{pkgs, ...}: let
|
||||
description = "A future blog powered running solely on Markdown files.";
|
||||
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/ewanick.com";
|
||||
PORT = "5567";
|
||||
HOST = "localhost";
|
||||
emanote-version = "1.2.0";
|
||||
PORT = 5567;
|
||||
in {
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
|
|
@ -10,24 +10,9 @@ in {
|
|||
"ewanick.com" = {
|
||||
serverAliases = ["www.ewanick.com"];
|
||||
extraConfig = ''
|
||||
reverse_proxy ${HOST}:${PORT}
|
||||
reverse_proxy ${HOST}:${toString PORT}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services = {
|
||||
ewanick-site = {
|
||||
enable = true;
|
||||
description = "A blog powered by Emanote running solely on Markdown files.";
|
||||
path = with pkgs; [
|
||||
nix
|
||||
git
|
||||
];
|
||||
script = ''
|
||||
cd ${PROJECT_ROOT}
|
||||
nix run github:srid/emanote/${emanote-version} -- run --port ${PORT} --host ${HOST}
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,4 +13,5 @@ See what I'm currently tinkering with at:\
|
|||
<https://git.ewanick.com/bill>
|
||||
|
||||
:::{.photoframe-center}
|
||||
|
||||
!\[[profile.jpg]\]
|
||||
|
|
|
|||
|
|
@ -26,12 +26,6 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
"helpme.fancytypist.ca" = {
|
||||
extraConfig = ''
|
||||
respond "Welcome to only other subdomain...helpme!"
|
||||
'';
|
||||
};
|
||||
|
||||
"osds.fancytypist.dev" = {
|
||||
serverAliases = ["osds.fancytypist.dev"];
|
||||
extraConfig = ''
|
||||
|
|
@ -55,4 +49,13 @@ in {
|
|||
'';
|
||||
};
|
||||
};
|
||||
|
||||
services.lemmy = {
|
||||
enable = true;
|
||||
settings = {
|
||||
hostname = "helpme.fancytypist.ca";
|
||||
database.createLocally = true;
|
||||
};
|
||||
caddy.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
baseUrl = "git.ewanick.com";
|
||||
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/git.ewanick.com";
|
||||
in {
|
||||
services.gitea = {
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
appName = "Bill's Gitea server, hosted on Linode using NixOS";
|
||||
database.type = "postgres";
|
||||
lfs.enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
|
|
@ -12,6 +12,7 @@ in {
|
|||
ROOT_URL = "https://${baseUrl}/";
|
||||
HTTP_PORT = 3000;
|
||||
};
|
||||
DEFAULT.APP_NAME = "Bill's Forgejo server, hosted on Linode using NixOS";
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
|
||||
actions = {
|
||||
|
|
@ -22,6 +23,7 @@ in {
|
|||
};
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.forgejo-runner;
|
||||
instances.default = {
|
||||
enable = true;
|
||||
name = "linode-nixos";
|
||||
|
|
|
|||
8
run.sh
8
run.sh
|
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p bash
|
||||
sudo nixos-rebuild \
|
||||
--option eval-cache false \
|
||||
--flake /workspace/deployed-nixos-server-and-apps \
|
||||
switch
|
||||
sudo \
|
||||
nixos-rebuild switch \
|
||||
--option eval-cache false \
|
||||
--flake /workspace/deployed-nixos-server-and-apps#linode-nixos
|
||||
|
|
|
|||
|
|
@ -139,5 +139,5 @@
|
|||
# this value at the release version of the first install of this system.
|
||||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
system.stateVersion = "25.11"; # Did you read the comment?
|
||||
}
|
||||
|
|
|
|||
5
test.sh
Executable file
5
test.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p bash
|
||||
nixos-rebuild build \
|
||||
--option eval-cache false \
|
||||
--flake /workspace/deployed-nixos-server-and-apps#linode-nixos
|
||||
Loading…
Add table
Add a link
Reference in a new issue