mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 14:49:10 -04:00
Compare commits
91 Commits
feature/bu
...
feature/te
| Author | SHA1 | Date | |
|---|---|---|---|
| 748894f99f | |||
| 33c2718d40 | |||
| 78500e6122 | |||
| 9459d4797e | |||
| bfbcb70327 | |||
| b95e553093 | |||
| 8668603404 | |||
| 60c3e3db20 | |||
| d3aa49f9e4 | |||
| f691015920 | |||
| 81ab03f3f1 | |||
| ba1170720c | |||
| 4316c8a52e | |||
| a036467131 | |||
| 62c26b351c | |||
| cd5ad0dcae | |||
| fa38cc6321 | |||
| e8d971340b | |||
| 30f2af87be | |||
| 8522b77285 | |||
| f1a48819a5 | |||
| eff58f08ad | |||
| a24c4fd756 | |||
| f10ab4a9af | |||
| 7cc831a2d0 | |||
| 91690734ba | |||
|
|
b97e81e96e | ||
| 0d680dc68d | |||
| 81867eb312 | |||
| 00852c019d | |||
|
|
b53f4ec8d8 | ||
| 64a4223560 | |||
| 88d3d6311f | |||
|
|
bccc569650 | ||
| 633a48af7b | |||
| 799794ebe5 | |||
| 7b07266c44 | |||
| 60ce45a08d | |||
| 12b6c1e279 | |||
| 12b4fe92da | |||
| d076183777 | |||
| 7a454ca740 | |||
| 8dd892a88f | |||
| 7f3bb43d39 | |||
| 793d06683e | |||
| bb1d92252f | |||
| f7a95f32cd | |||
| ea24fb9865 | |||
| c39f8c4a7e | |||
| d7fd0796ea | |||
| 01d2bd04b2 | |||
| 040a44b608 | |||
|
|
a3a132b41c | ||
| c0a97c6ed8 | |||
| 83dad24351 | |||
| 1a1cc41265 | |||
| 0457265bd7 | |||
| 3c2476336b | |||
| 27ec9d9204 | |||
| 0f094bfacb | |||
| 14a312dd0f | |||
| c87e653ad7 | |||
| e88fc08d91 | |||
| 2e26035693 | |||
| f877b15d35 | |||
| 7736c36eee | |||
| 78159e1d90 | |||
| a39d3f0c51 | |||
| 7995d383ca | |||
| a7e8494d8a | |||
|
|
17599aea9d | ||
| ae5981dcfa | |||
| 1770cb87d3 | |||
| 61b548e11c | |||
| 76da8cd379 | |||
| 0e4cb002c8 | |||
| ce27dcfa39 | |||
|
|
6dae76c51e | ||
| 92a87c01d3 | |||
| bca98cfadb | |||
| 91ebec054c | |||
| 6ae6bc0dd6 | |||
| 0a1e517468 | |||
| f852d9b9fb | |||
| 7ad195ff24 | |||
| 4cadc374b1 | |||
| 56456ab375 | |||
| 17b19967e8 | |||
| 9ff57ba6f3 | |||
| 573031e4c9 | |||
| 6e2703f852 |
7
.github/workflows/build_systems.yml
vendored
7
.github/workflows/build_systems.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: build_jeeves
|
name: build_systems
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -14,9 +14,12 @@ jobs:
|
|||||||
system:
|
system:
|
||||||
- "bob"
|
- "bob"
|
||||||
- "jeeves"
|
- "jeeves"
|
||||||
- "muninn"
|
|
||||||
- "rhapsody-in-green"
|
- "rhapsody-in-green"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build default package
|
- name: Build default package
|
||||||
run: "nixos-rebuild build --flake ./#${{ matrix.system }}"
|
run: "nixos-rebuild build --flake ./#${{ matrix.system }}"
|
||||||
|
- name: copy to nix-cache
|
||||||
|
env:
|
||||||
|
NIX_SSHOPTS: "-vvvv"
|
||||||
|
run: nix copy --to ssh://jeeves .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
||||||
|
|||||||
1
.github/workflows/update-flake-lock.yml
vendored
1
.github/workflows/update-flake-lock.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
|||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@main
|
uses: DeterminateSystems/update-flake-lock@main
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
pr-title: "Update flake.lock"
|
pr-title: "Update flake.lock"
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
dependencies
|
dependencies
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -162,3 +162,6 @@ cython_debug/
|
|||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
test.*
|
test.*
|
||||||
|
|
||||||
|
# syncthing
|
||||||
|
.stfolder
|
||||||
|
|||||||
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
@@ -6,7 +6,9 @@
|
|||||||
"advplyr",
|
"advplyr",
|
||||||
"ahci",
|
"ahci",
|
||||||
"aioesphomeapi",
|
"aioesphomeapi",
|
||||||
|
"aiounifi",
|
||||||
"alsa",
|
"alsa",
|
||||||
|
"apiclient",
|
||||||
"archlinux",
|
"archlinux",
|
||||||
"ashift",
|
"ashift",
|
||||||
"asrouter",
|
"asrouter",
|
||||||
@@ -17,8 +19,10 @@
|
|||||||
"auditd",
|
"auditd",
|
||||||
"autofetch",
|
"autofetch",
|
||||||
"autologin",
|
"autologin",
|
||||||
|
"automations",
|
||||||
"autopull",
|
"autopull",
|
||||||
"autotrim",
|
"autotrim",
|
||||||
|
"autoupdate",
|
||||||
"azuretools",
|
"azuretools",
|
||||||
"bantime",
|
"bantime",
|
||||||
"bazarr",
|
"bazarr",
|
||||||
@@ -101,6 +105,7 @@
|
|||||||
"ioit",
|
"ioit",
|
||||||
"iperf",
|
"iperf",
|
||||||
"isal",
|
"isal",
|
||||||
|
"jellyfin",
|
||||||
"jnoortheen",
|
"jnoortheen",
|
||||||
"jsbc",
|
"jsbc",
|
||||||
"kagi",
|
"kagi",
|
||||||
@@ -111,6 +116,7 @@
|
|||||||
"libsodium",
|
"libsodium",
|
||||||
"libssh",
|
"libssh",
|
||||||
"libvirtd",
|
"libvirtd",
|
||||||
|
"llms",
|
||||||
"localtime",
|
"localtime",
|
||||||
"louislam",
|
"louislam",
|
||||||
"lsnew",
|
"lsnew",
|
||||||
@@ -122,6 +128,7 @@
|
|||||||
"maxtime",
|
"maxtime",
|
||||||
"mechatroner",
|
"mechatroner",
|
||||||
"mediainfo",
|
"mediainfo",
|
||||||
|
"microvm",
|
||||||
"mklabel",
|
"mklabel",
|
||||||
"mkpart",
|
"mkpart",
|
||||||
"modesetting",
|
"modesetting",
|
||||||
@@ -129,7 +136,6 @@
|
|||||||
"mountpoints",
|
"mountpoints",
|
||||||
"mousewheel",
|
"mousewheel",
|
||||||
"mtxr",
|
"mtxr",
|
||||||
"muninn",
|
|
||||||
"ncdu",
|
"ncdu",
|
||||||
"nemo",
|
"nemo",
|
||||||
"neofetch",
|
"neofetch",
|
||||||
@@ -162,7 +168,6 @@
|
|||||||
"peerconnection",
|
"peerconnection",
|
||||||
"PESKYFOX",
|
"PESKYFOX",
|
||||||
"PGID",
|
"PGID",
|
||||||
"photoprism",
|
|
||||||
"pipewire",
|
"pipewire",
|
||||||
"pkgs",
|
"pkgs",
|
||||||
"plugdev",
|
"plugdev",
|
||||||
@@ -179,8 +184,10 @@
|
|||||||
"PUID",
|
"PUID",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"punycode",
|
"punycode",
|
||||||
|
"pychromecast",
|
||||||
"pylance",
|
"pylance",
|
||||||
"pymetno",
|
"pymetno",
|
||||||
|
"pyownet",
|
||||||
"qbit",
|
"qbit",
|
||||||
"qbittorrent",
|
"qbittorrent",
|
||||||
"qbittorrentvpn",
|
"qbittorrentvpn",
|
||||||
@@ -188,12 +195,14 @@
|
|||||||
"quicksuggest",
|
"quicksuggest",
|
||||||
"radarr",
|
"radarr",
|
||||||
"readahead",
|
"readahead",
|
||||||
|
"receiveencrypted",
|
||||||
"Redistributable",
|
"Redistributable",
|
||||||
"referer",
|
"referer",
|
||||||
"REFERERS",
|
"REFERERS",
|
||||||
"relatime",
|
"relatime",
|
||||||
"Rhosts",
|
"Rhosts",
|
||||||
"ripgrep",
|
"ripgrep",
|
||||||
|
"rokuecp",
|
||||||
"routable",
|
"routable",
|
||||||
"rspace",
|
"rspace",
|
||||||
"rtkit",
|
"rtkit",
|
||||||
@@ -215,6 +224,7 @@
|
|||||||
"sponsorblock",
|
"sponsorblock",
|
||||||
"sqltools",
|
"sqltools",
|
||||||
"ssdp",
|
"ssdp",
|
||||||
|
"SSHOPTS",
|
||||||
"stdenv",
|
"stdenv",
|
||||||
"subresource",
|
"subresource",
|
||||||
"substituters",
|
"substituters",
|
||||||
@@ -232,6 +242,7 @@
|
|||||||
"twimg",
|
"twimg",
|
||||||
"uaccess",
|
"uaccess",
|
||||||
"ublock",
|
"ublock",
|
||||||
|
"uiprotect",
|
||||||
"uitour",
|
"uitour",
|
||||||
"unrar",
|
"unrar",
|
||||||
"unsubmitted",
|
"unsubmitted",
|
||||||
|
|||||||
6
build.sh
6
build.sh
@@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
nixos-rebuild build --flake /home/richie/projects/dotfiles#bob
|
|
||||||
nixos-rebuild build --flake /home/richie/projects/dotfiles#jeeves
|
|
||||||
nixos-rebuild build --flake /home/richie/projects/dotfiles#muninn
|
|
||||||
nixos-rebuild build --flake /home/richie/projects/dotfiles#rhapsody-in-green
|
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
boot = {
|
boot = {
|
||||||
tmp.useTmpfs = true;
|
tmp.useTmpfs = true;
|
||||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_6_12;
|
kernelPackages = lib.mkDefault pkgs.linuxPackages_6_12;
|
||||||
zfs.package = lib.mkDefault pkgs.zfs;
|
zfs.package = lib.mkDefault pkgs.zfs_2_3;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
@@ -32,16 +32,25 @@
|
|||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
extraSpecialArgs = {inherit inputs outputs;};
|
extraSpecialArgs = {inherit inputs outputs;};
|
||||||
|
backupFileExtension = "backup";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = builtins.attrValues outputs.overlays;
|
overlays = builtins.attrValues outputs.overlays;
|
||||||
config = {
|
config.allowUnfree = true;
|
||||||
allowUnfree = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fwupd.enable = true;
|
services = {
|
||||||
|
# firmware update
|
||||||
|
fwupd.enable = true;
|
||||||
|
|
||||||
|
snapshot_manager.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
zfs = {
|
||||||
|
trim.enable = lib.mkDefault true;
|
||||||
|
autoScrub.enable = lib.mkDefault true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
|||||||
@@ -2,9 +2,17 @@
|
|||||||
{
|
{
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_6_12;
|
kernelPackages = pkgs.linuxPackages_6_12;
|
||||||
zfs.package = pkgs.zfs;
|
zfs.package = pkgs.zfs_2_3;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
# rtkit is optional but recommended for pipewire
|
||||||
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
displayManager.sddm = {
|
displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -21,6 +29,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pulseaudio.enable = false;
|
||||||
|
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|||||||
@@ -6,8 +6,7 @@
|
|||||||
overrideFolders = true;
|
overrideFolders = true;
|
||||||
dataDir = "/home/richie/Syncthing";
|
dataDir = "/home/richie/Syncthing";
|
||||||
configDir = "/home/richie/.config/syncthing";
|
configDir = "/home/richie/.config/syncthing";
|
||||||
settings = {
|
settings.devices = {
|
||||||
devices = {
|
|
||||||
phone.id = "LTGPLAE-M4ZDJTM-TZ3DJGY-SLLAVWF-CQDVEVS-RGCS75T-GAPZYK3-KUM6LA5"; # cspell:disable-line
|
phone.id = "LTGPLAE-M4ZDJTM-TZ3DJGY-SLLAVWF-CQDVEVS-RGCS75T-GAPZYK3-KUM6LA5"; # cspell:disable-line
|
||||||
jeeves.id = "ICRHXZW-ECYJCUZ-I4CZ64R-3XRK7CG-LL2HAAK-FGOHD22-BQA4AI6-5OAL6AG"; # cspell:disable-line
|
jeeves.id = "ICRHXZW-ECYJCUZ-I4CZ64R-3XRK7CG-LL2HAAK-FGOHD22-BQA4AI6-5OAL6AG"; # cspell:disable-line
|
||||||
ipad.id = "KI76T3X-SFUGV2L-VSNYTKR-TSIUV5L-SHWD3HE-GQRGRCN-GY4UFMD-CW6Z6AX"; # cspell:disable-line
|
ipad.id = "KI76T3X-SFUGV2L-VSNYTKR-TSIUV5L-SHWD3HE-GQRGRCN-GY4UFMD-CW6Z6AX"; # cspell:disable-line
|
||||||
@@ -15,5 +14,4 @@
|
|||||||
rhapsody-in-green.id = "ASL3KC4-3XEN6PA-7BQBRKE-A7JXLI6-DJT43BY-Q4WPOER-7UALUAZ-VTPQ6Q4"; # cspell:disable-line
|
rhapsody-in-green.id = "ASL3KC4-3XEN6PA-7BQBRKE-A7JXLI6-DJT43BY-Q4WPOER-7UALUAZ-VTPQ6Q4"; # cspell:disable-line
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,32 +1,9 @@
|
|||||||
{ lib, pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
systemd = {
|
|
||||||
services."autopull@dotfiles" = {
|
|
||||||
requires = [ "multi-user.target" ];
|
|
||||||
after = [ "multi-user.target" ];
|
|
||||||
description = "Pull the latest data for dotfiles";
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "oneshot";
|
|
||||||
User = "root";
|
|
||||||
WorkingDirectory = /root/dotfiles;
|
|
||||||
ExecStart = "${pkgs.git}/bin/git pull --all --prune";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
timers."autopull@dotfiles" = {
|
|
||||||
wantedBy = [ "timers.target" ];
|
|
||||||
timerConfig = {
|
|
||||||
OnBootSec = "1h";
|
|
||||||
OnUnitActiveSec = "1h";
|
|
||||||
Unit = "autopull@dotfiles.service";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = lib.mkDefault true;
|
enable = true;
|
||||||
flags = [ "--accept-flake-config" ];
|
flags = [ "--accept-flake-config" ];
|
||||||
randomizedDelaySec = "1h";
|
randomizedDelaySec = "1h";
|
||||||
persistent = true;
|
persistent = true;
|
||||||
flake = "github:RAD-Development/nix-dotfiles";
|
flake = "github:RichieCahill/dotfiles";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
89
flake.lock
generated
89
flake.lock
generated
@@ -9,11 +9,11 @@
|
|||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "pkgs/firefox-addons",
|
"dir": "pkgs/firefox-addons",
|
||||||
"lastModified": 1736279099,
|
"lastModified": 1738382607,
|
||||||
"narHash": "sha256-WXbwHw+JeIOo3KvGDjrfsuwj8JWBUkFFxmlm07w9i7Q=",
|
"narHash": "sha256-ppR81tMrcQk/wHm8MmKtp3mrtYmMTgF2lxLLXYwRsOM=",
|
||||||
"owner": "rycee",
|
"owner": "rycee",
|
||||||
"repo": "nur-expressions",
|
"repo": "nur-expressions",
|
||||||
"rev": "0ad9cf75bae6a9290e9c83cef19f60595f189979",
|
"rev": "dc86c8feffa328d9050e039a1286e175af6d76d8",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -79,11 +79,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736277415,
|
"lastModified": 1738415006,
|
||||||
"narHash": "sha256-kPDXF6cIPsVqSK08XF5EC6KM7BdMnM9vtJDzsnf+lLU=",
|
"narHash": "sha256-ZlLTnqIQQ8OE6AtT+fluB642j2R9tnvxHHtpnmLjSxQ=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "5c4302313d9207f7ec0886d68f8ff4a3c71209a1",
|
"rev": "8544cd092047a7e92d0dce011108a563de7fc0f2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -120,15 +120,14 @@
|
|||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
],
|
||||||
"nixpkgs-stable": "nixpkgs-stable",
|
"nixpkgs-stable": "nixpkgs-stable"
|
||||||
"rust-overlay": "rust-overlay"
|
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736214624,
|
"lastModified": 1738343111,
|
||||||
"narHash": "sha256-Pi70vbASZ1O9cR8RO5d2hBiNjIJBKKLoABl4sxWyOgg=",
|
"narHash": "sha256-y9st4Y0p5ry+6QdlIGeqxAA6rbEIOO1uXdAc5jxV2Bc=",
|
||||||
"owner": "lilyinstarlight",
|
"owner": "lilyinstarlight",
|
||||||
"repo": "nixos-cosmic",
|
"repo": "nixos-cosmic",
|
||||||
"rev": "0830abeebf3b2d1bae44652ffb2c89cf0d56ddaa",
|
"rev": "51b9cce097da369550f45ac07879274dc8be81e4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -139,11 +138,11 @@
|
|||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736283893,
|
"lastModified": 1738391520,
|
||||||
"narHash": "sha256-BG1FfTexFwNty5VhYjaQLMR6CMPfI3QRcaZrFQYu2EM=",
|
"narHash": "sha256-6HI58PKjddsC0RA0gBQlt6ox47oH//jLUHwx05RO8g0=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "4f339f6be2b61662f957c2ee9eda0fa597d8a6d6",
|
"rev": "34b64e4e1ddb14e3ffc7db8d4a781396dbbab773",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -155,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736012469,
|
"lastModified": 1738142207,
|
||||||
"narHash": "sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs+rI=",
|
"narHash": "sha256-NGqpVVxNAHwIicXpgaVqJEJWeyqzoQJ9oc8lnK9+WC4=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "8f3e1f807051e32d8c95cd12b9b421623850a34d",
|
"rev": "9d3ae807ebd2981d593cddd0080856873139aa40",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -171,11 +170,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-master": {
|
"nixpkgs-master": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736294919,
|
"lastModified": 1738422722,
|
||||||
"narHash": "sha256-6Epm0TQkXt0DcS3akYSeT0PzYMpgkZf0V14+5UGe6oE=",
|
"narHash": "sha256-Q4vhtbLYWBUnjWD4iQb003Lt+N5PuURDad1BngGKdUs=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ed6183b173fe27e1d7dceef1ddca2aa64d07aad4",
|
"rev": "102a39bfee444533e6b4e8611d7e92aa39b7bec1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -187,11 +186,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-stable": {
|
"nixpkgs-stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736061677,
|
"lastModified": 1738163270,
|
||||||
"narHash": "sha256-DjkQPnkAfd7eB522PwnkGhOMuT9QVCZspDpJJYyOj60=",
|
"narHash": "sha256-B/7Y1v4y+msFFBW1JAdFjNvVthvNdJKiN6EGRPnqfno=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "cbd8ec4de4469333c82ff40d057350c30e9f7d36",
|
"rev": "59e618d90c065f55ae48446f307e8c09565d5ab0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -232,11 +231,11 @@
|
|||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731205797,
|
"lastModified": 1736884309,
|
||||||
"narHash": "sha256-F7N1mxH1VrkVNHR3JGNMRvp9+98KYO4b832KS8Gl2xI=",
|
"narHash": "sha256-eiCqmKl0BIRiYk5/ZhZozwn4/7Km9CWTbc15Cv+VX5k=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "poetry2nix",
|
"repo": "poetry2nix",
|
||||||
"rev": "f554d27c1544d9c56e5f1f8e2b8aff399803674e",
|
"rev": "75d0515332b7ca269f6d7abfd2c44c47a7cbca7b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -259,27 +258,6 @@
|
|||||||
"systems": "systems_3"
|
"systems": "systems_3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rust-overlay": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixos-cosmic",
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1736130662,
|
|
||||||
"narHash": "sha256-z+WGez9oTR2OsiUWE5ZhIpETqM1ogrv6Xcd24WFi6KQ=",
|
|
||||||
"owner": "oxalica",
|
|
||||||
"repo": "rust-overlay",
|
|
||||||
"rev": "2f5d4d9cd31cc02c36e51cb2e21c4b25c4f78c52",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "oxalica",
|
|
||||||
"repo": "rust-overlay",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sops-nix": {
|
"sops-nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
@@ -287,11 +265,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736203741,
|
"lastModified": 1738291974,
|
||||||
"narHash": "sha256-eSjkBwBdQk+TZWFlLbclF2rAh4JxbGg8az4w/Lfe7f4=",
|
"narHash": "sha256-wkwYJc8cKmmQWUloyS9KwttBnja2ONRuJQDEsmef320=",
|
||||||
"owner": "Mic92",
|
"owner": "Mic92",
|
||||||
"repo": "sops-nix",
|
"repo": "sops-nix",
|
||||||
"rev": "c9c88f08e3ee495e888b8d7c8624a0b2519cb773",
|
"rev": "4c1251904d8a08c86ac6bc0d72cc09975e89aef7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -309,11 +287,11 @@
|
|||||||
"poetry2nix": "poetry2nix"
|
"poetry2nix": "poetry2nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733083480,
|
"lastModified": 1738431375,
|
||||||
"narHash": "sha256-B13faNyBbA3MeI7Jp6pFVbp58rI2Rx5Uvd83csW2p48=",
|
"narHash": "sha256-jk6JrgqNe0dEPxV2xX/pBVsrPDfWaa033LKcyERkHJw=",
|
||||||
"owner": "RichieCahill",
|
"owner": "RichieCahill",
|
||||||
"repo": "system_tools",
|
"repo": "system_tools",
|
||||||
"rev": "bc357d8fabd83c1423611829091e5b1d86dd913c",
|
"rev": "36764189680c9be26192ee94da1a3f33f890ff0d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -347,8 +325,9 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "systems",
|
"owner": "nix-systems",
|
||||||
"type": "indirect"
|
"repo": "default",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"systems_3": {
|
"systems_3": {
|
||||||
|
|||||||
42
flake.nix
42
flake.nix
@@ -33,8 +33,8 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
system_tools = {
|
microvm = {
|
||||||
url = "github:RichieCahill/system_tools";
|
url = "github:astro/microvm.nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -47,6 +47,10 @@
|
|||||||
url = "github:Mic92/sops-nix";
|
url = "github:Mic92/sops-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
system_tools = {
|
||||||
|
url = "github:RichieCahill/system_tools";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
@@ -56,6 +60,7 @@
|
|||||||
systems,
|
systems,
|
||||||
nixos-cosmic,
|
nixos-cosmic,
|
||||||
sops-nix,
|
sops-nix,
|
||||||
|
microvm,
|
||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
@@ -71,10 +76,35 @@
|
|||||||
in {
|
in {
|
||||||
inherit lib;
|
inherit lib;
|
||||||
overlays = import ./overlays {inherit inputs outputs;};
|
overlays = import ./overlays {inherit inputs outputs;};
|
||||||
|
|
||||||
devShells = forEachSystem (pkgs: import ./shell.nix {inherit pkgs;});
|
devShells = forEachSystem (pkgs: import ./shell.nix {inherit pkgs;});
|
||||||
formatter = forEachSystem (pkgs: pkgs.alejandra);
|
formatter = forEachSystem (pkgs: pkgs.alejandra);
|
||||||
|
|
||||||
|
emulated-dev = nixpkgs.lib.nixosSystem {
|
||||||
|
# host system
|
||||||
|
system = "x86_64-linux";
|
||||||
|
modules = let
|
||||||
|
guestSystem = "aarch64-unknown-linux-gnu";
|
||||||
|
# you can use packages in the guest machine with cross system configuration
|
||||||
|
pkgs = import nixpkgs {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
crossSystem.config = guestSystem;
|
||||||
|
};
|
||||||
|
in [
|
||||||
|
{nixpkgs.crossSystem.config = guestSystem;}
|
||||||
|
microvm.nixosModules.microvm
|
||||||
|
{
|
||||||
|
microvm = {
|
||||||
|
# you can choose what CPU will be emulated by qemu
|
||||||
|
cpu = "cortex-a53";
|
||||||
|
hypervisor = "qemu";
|
||||||
|
};
|
||||||
|
environment.systemPackages = with pkgs; [ cowsay htop ];
|
||||||
|
services.getty.autologinUser = "root";
|
||||||
|
system.stateVersion = "23.11";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
bob = lib.nixosSystem {
|
bob = lib.nixosSystem {
|
||||||
modules = [
|
modules = [
|
||||||
@@ -94,12 +124,6 @@
|
|||||||
];
|
];
|
||||||
specialArgs = {inherit inputs outputs;};
|
specialArgs = {inherit inputs outputs;};
|
||||||
};
|
};
|
||||||
muninn = lib.nixosSystem {
|
|
||||||
modules = [
|
|
||||||
./systems/muninn
|
|
||||||
];
|
|
||||||
specialArgs = {inherit inputs outputs;};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../users/richie
|
../../users/richie
|
||||||
|
../../users/gaming
|
||||||
../../common/global
|
../../common/global
|
||||||
../../common/optional/desktop.nix
|
../../common/optional/desktop.nix
|
||||||
../../common/optional/docker.nix
|
../../common/optional/docker.nix
|
||||||
@@ -8,11 +9,14 @@
|
|||||||
../../common/optional/steam.nix
|
../../common/optional/steam.nix
|
||||||
../../common/optional/syncthing_base.nix
|
../../common/optional/syncthing_base.nix
|
||||||
../../common/optional/systemd-boot.nix
|
../../common/optional/systemd-boot.nix
|
||||||
|
../../common/optional/update.nix
|
||||||
../../common/optional/yubikey.nix
|
../../common/optional/yubikey.nix
|
||||||
../../common/optional/zerotier.nix
|
../../common/optional/zerotier.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./nvidia.nix
|
./nvidia.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
|
./games.nix
|
||||||
|
./llms.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
@@ -22,26 +26,17 @@
|
|||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
|
||||||
pulseaudio.enable = false;
|
|
||||||
bluetooth = {
|
|
||||||
enable = true;
|
|
||||||
powerOnBoot = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
displayManager = {
|
||||||
|
enable = true;
|
||||||
|
autoLogin = {
|
||||||
|
user = "gaming";
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
defaultSession = "plasma";
|
||||||
|
};
|
||||||
|
|
||||||
openssh.ports = [ 262 ];
|
openssh.ports = [ 262 ];
|
||||||
|
|
||||||
snapshot_manager.enable = true;
|
|
||||||
|
|
||||||
zfs = {
|
|
||||||
trim.enable = true;
|
|
||||||
autoScrub.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|||||||
7
systems/bob/games.nix
Normal file
7
systems/bob/games.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
osu-lazer-bin
|
||||||
|
jellyfin-media-player
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -26,6 +26,8 @@
|
|||||||
device = "/dev/disk/by-id/nvme-Samsung_SSD_990_PRO_with_Heatsink_1TB_S73JNJ0X114418B-part2";
|
device = "/dev/disk/by-id/nvme-Samsung_SSD_990_PRO_with_Heatsink_1TB_S73JNJ0X114418B-part2";
|
||||||
bypassWorkqueues = true;
|
bypassWorkqueues = true;
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
|
keyFileSize = 4096;
|
||||||
|
keyFile = "/dev/disk/by-id/usb-Samsung_Flash_Drive_FIT_0374620080067131-0:0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
kernelModules = [ "kvm-amd" ];
|
kernelModules = [ "kvm-amd" ];
|
||||||
|
|||||||
24
systems/bob/llms.nix
Normal file
24
systems/bob/llms.nix
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
services = {
|
||||||
|
ollama = {
|
||||||
|
enable = true;
|
||||||
|
loadModels = [
|
||||||
|
"codellama:7b"
|
||||||
|
"deepseek-r1:1.5b"
|
||||||
|
"deepseek-r1:7b"
|
||||||
|
"deepseek-r1:8b"
|
||||||
|
"deepseek-r1:14b"
|
||||||
|
"deepseek-r1:32b"
|
||||||
|
"llama3.2:3b"
|
||||||
|
"mistral-nemo:12b"
|
||||||
|
];
|
||||||
|
acceleration = "cuda";
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
open-webui = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
host = "192.168.90.25";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
services.syncthing.settings.folders = {
|
services.syncthing.settings.folders = {
|
||||||
"notes" = {
|
"dotfiles" = {
|
||||||
id = "l62ul-lpweo"; # cspell:disable-line
|
path = "/home/richie/dotfiles";
|
||||||
path = "/home/richie/notes";
|
|
||||||
devices = [
|
devices = [
|
||||||
"jeeves"
|
"jeeves"
|
||||||
"rhapsody-in-green"
|
"rhapsody-in-green"
|
||||||
@@ -30,29 +29,5 @@
|
|||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
};
|
};
|
||||||
"projects" = {
|
|
||||||
id = "vyma6-lqqrz"; # cspell:disable-line
|
|
||||||
path = "/home/richie/projects";
|
|
||||||
devices = [
|
|
||||||
"jeeves"
|
|
||||||
"rhapsody-in-green"
|
|
||||||
];
|
|
||||||
fsWatcherEnabled = true;
|
|
||||||
};
|
|
||||||
"temp" = {
|
|
||||||
id = "bob_temp";
|
|
||||||
path = "/home/richie/temp";
|
|
||||||
devices = [
|
|
||||||
"jeeves"
|
|
||||||
];
|
|
||||||
fsWatcherEnabled = true;
|
|
||||||
};
|
|
||||||
"vault" = {
|
|
||||||
path = "/home/richie/vault";
|
|
||||||
devices = [
|
|
||||||
"rhapsody-in-green"
|
|
||||||
];
|
|
||||||
fsWatcherEnabled = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
let
|
|
||||||
vars = import ./vars.nix;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../users/richie
|
../../users/richie
|
||||||
@@ -10,12 +7,11 @@ in
|
|||||||
../../common/optional/syncthing_base.nix
|
../../common/optional/syncthing_base.nix
|
||||||
../../common/optional/zerotier.nix
|
../../common/optional/zerotier.nix
|
||||||
./docker
|
./docker
|
||||||
|
./services
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./home_assistant.nix
|
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./programs.nix
|
./programs.nix
|
||||||
./runner.nix
|
./runners
|
||||||
./services.nix
|
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -28,31 +24,9 @@ in
|
|||||||
services = {
|
services = {
|
||||||
openssh.ports = [ 629 ];
|
openssh.ports = [ 629 ];
|
||||||
|
|
||||||
nix-serve = {
|
|
||||||
enable = true;
|
|
||||||
secretKeyFile = "${vars.storage_secrets}/services/nix-cache/cache-priv-key.pem";
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
plex = {
|
|
||||||
enable = true;
|
|
||||||
dataDir = vars.media_plex;
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
smartd.enable = true;
|
smartd.enable = true;
|
||||||
|
|
||||||
snapshot_manager = {
|
snapshot_manager.path = ./snapshot_config.toml;
|
||||||
enable = true;
|
|
||||||
path = ./snapshot_config.toml;
|
|
||||||
};
|
|
||||||
|
|
||||||
sysstat.enable = true;
|
|
||||||
|
|
||||||
zfs = {
|
|
||||||
trim.enable = true;
|
|
||||||
autoScrub.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
let
|
|
||||||
vars = import ../vars.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
virtualisation.oci-containers.containers.audiobookshelf = {
|
|
||||||
image = "ghcr.io/advplyr/audiobookshelf:latest";
|
|
||||||
volumes = [
|
|
||||||
"${vars.media_docker_configs}/audiobookshelf:/config"
|
|
||||||
"${vars.media_docker_configs}/audiobookshelf:/metadata"
|
|
||||||
"${vars.storage_library}/audiobooks:/audiobooks"
|
|
||||||
"${vars.storage_library}/books:/books"
|
|
||||||
];
|
|
||||||
environment = {
|
|
||||||
TZ = "America/New_York";
|
|
||||||
};
|
|
||||||
extraOptions = [ "--network=web" ];
|
|
||||||
autoStart = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
let
|
|
||||||
vars = import ../vars.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
virtualisation.oci-containers.containers.filebrowser = {
|
|
||||||
image = "hurlenko/filebrowser:latest";
|
|
||||||
extraOptions = [ "--network=web" ];
|
|
||||||
volumes = [
|
|
||||||
"/zfs:/data"
|
|
||||||
"${vars.media_docker_configs}/filebrowser:/config"
|
|
||||||
];
|
|
||||||
autoStart = true;
|
|
||||||
user = "1000:users";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
let
|
|
||||||
vars = import ../vars.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
virtualisation.oci-containers.containers.grafana = {
|
|
||||||
image = "grafana/grafana-enterprise:latest";
|
|
||||||
volumes = [ "${vars.media_docker_configs}/grafana:/var/lib/grafana" ];
|
|
||||||
user = "600:600";
|
|
||||||
extraOptions = [ "--network=web" ];
|
|
||||||
autoStart = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
let
|
|
||||||
vars = import ../vars.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
virtualisation.oci-containers.containers.photoprism = {
|
|
||||||
image = "photoprism/photoprism:latest";
|
|
||||||
volumes = [
|
|
||||||
"${vars.media_docker_configs}/photoprism:/photoprism/storage"
|
|
||||||
"${vars.storage_photos}/originals:/photoprism/originals"
|
|
||||||
"${vars.storage_photos}/import:/photoprism/import"
|
|
||||||
];
|
|
||||||
environment = {
|
|
||||||
PHOTOPRISM_ADMIN_USER="admin";
|
|
||||||
PHOTOPRISM_AUTH_MODE="password";
|
|
||||||
PHOTOPRISM_DISABLE_TLS="false";
|
|
||||||
PHOTOPRISM_DEFAULT_TLS="true";
|
|
||||||
PHOTOPRISM_ORIGINALS_LIMIT="30000";
|
|
||||||
PHOTOPRISM_HTTP_COMPRESSION="gzip";
|
|
||||||
PHOTOPRISM_LOG_LEVEL="info";
|
|
||||||
PHOTOPRISM_READONLY="false";
|
|
||||||
PHOTOPRISM_EXPERIMENTAL="false";
|
|
||||||
PHOTOPRISM_DISABLE_CHOWN="false";
|
|
||||||
PHOTOPRISM_DISABLE_WEBDAV="false";
|
|
||||||
PHOTOPRISM_DISABLE_SETTINGS="false";
|
|
||||||
PHOTOPRISM_DISABLE_TENSORFLOW="false";
|
|
||||||
PHOTOPRISM_DISABLE_FACES="false";
|
|
||||||
PHOTOPRISM_DISABLE_CLASSIFICATION="false";
|
|
||||||
PHOTOPRISM_DISABLE_VECTORS="false";
|
|
||||||
PHOTOPRISM_DISABLE_RAW="false";
|
|
||||||
PHOTOPRISM_RAW_PRESETS="false";
|
|
||||||
PHOTOPRISM_SIDECAR_YAML="true";
|
|
||||||
PHOTOPRISM_BACKUP_ALBUMS="true";
|
|
||||||
PHOTOPRISM_BACKUP_DATABASE="true";
|
|
||||||
PHOTOPRISM_BACKUP_SCHEDULE="daily";
|
|
||||||
PHOTOPRISM_INDEX_SCHEDULE="";
|
|
||||||
PHOTOPRISM_AUTO_INDEX="300";
|
|
||||||
PHOTOPRISM_AUTO_IMPORT= "-1";
|
|
||||||
PHOTOPRISM_DETECT_NSFW="false";
|
|
||||||
PHOTOPRISM_UPLOAD_NSFW="true";
|
|
||||||
PHOTOPRISM_DATABASE_DRIVER="sqlite";
|
|
||||||
PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App";
|
|
||||||
PHOTOPRISM_SITE_DESCRIPTION="";
|
|
||||||
PHOTOPRISM_SITE_AUTHOR="";
|
|
||||||
PHOTOPRISM_UID="600";
|
|
||||||
PHOTOPRISM_GID="600";
|
|
||||||
# PHOTOPRISM_UMASK: 0000
|
|
||||||
};
|
|
||||||
environmentFiles = ["${vars.storage_secrets}/docker/photoprism"];
|
|
||||||
autoStart = true;
|
|
||||||
extraOptions = [ "--network=web" ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
let
|
|
||||||
vars = import ../vars.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
users = {
|
|
||||||
users.postgres = {
|
|
||||||
isSystemUser = true;
|
|
||||||
group = "postgres";
|
|
||||||
uid = 999;
|
|
||||||
};
|
|
||||||
groups.postgres = {
|
|
||||||
gid = 999;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
virtualisation.oci-containers.containers = {
|
|
||||||
postgres = {
|
|
||||||
image = "postgres:17";
|
|
||||||
ports = [ "5432:5432" ];
|
|
||||||
volumes = [ "${vars.media_database}/postgres:/var/lib/postgresql/data" ];
|
|
||||||
environment = {
|
|
||||||
POSTGRES_USER = "admin";
|
|
||||||
POSTGRES_DB = "archive";
|
|
||||||
POSTGRES_INITDB_ARGS = "--auth-host=scram-sha-256";
|
|
||||||
};
|
|
||||||
environmentFiles = [ "${vars.storage_secrets}/docker/postgres" ];
|
|
||||||
autoStart = true;
|
|
||||||
user = "postgres:postgres";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
let
|
|
||||||
vars = import ../vars.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
virtualisation.oci-containers.containers = {
|
|
||||||
haproxy = {
|
|
||||||
image = "haproxy:latest";
|
|
||||||
user = "600:600";
|
|
||||||
environment = {
|
|
||||||
TZ = "Etc/EST";
|
|
||||||
};
|
|
||||||
volumes = [
|
|
||||||
"${vars.storage_secrets}/docker/cloudflare.pem:/etc/ssl/certs/cloudflare.pem"
|
|
||||||
"${./haproxy.cfg}:/usr/local/etc/haproxy/haproxy.cfg"
|
|
||||||
];
|
|
||||||
dependsOn = [
|
|
||||||
"audiobookshelf"
|
|
||||||
"filebrowser"
|
|
||||||
"grafana"
|
|
||||||
"photoprism"
|
|
||||||
"uptime_kuma"
|
|
||||||
];
|
|
||||||
extraOptions = [ "--network=web" ];
|
|
||||||
autoStart = true;
|
|
||||||
};
|
|
||||||
cloud_flare_tunnel = {
|
|
||||||
image = "cloudflare/cloudflared:latest";
|
|
||||||
user = "600:600";
|
|
||||||
cmd = [
|
|
||||||
"tunnel"
|
|
||||||
"run"
|
|
||||||
];
|
|
||||||
environmentFiles = ["${vars.storage_secrets}/docker/cloud_flare_tunnel"];
|
|
||||||
dependsOn = [ "haproxy" ];
|
|
||||||
extraOptions = [ "--network=web" ];
|
|
||||||
autoStart = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -3,7 +3,8 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
virtualisation.oci-containers.containers.share = {
|
virtualisation.oci-containers.containers.share = {
|
||||||
image = "ubuntu/apache2:latest";
|
image = "ubuntu/apache2:2.4-22.04_beta";
|
||||||
|
ports = [ "8091:80" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
"${../../../common/docker_templates}/file_server/sites/:/etc/apache2/sites-enabled/"
|
"${../../../common/docker_templates}/file_server/sites/:/etc/apache2/sites-enabled/"
|
||||||
"${vars.media_share}:/data"
|
"${vars.media_share}:/data"
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ in
|
|||||||
{
|
{
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
uptime_kuma = {
|
uptime_kuma = {
|
||||||
image = "louislam/uptime-kuma:latest";
|
ports = [ "3001:3001" ];
|
||||||
|
image = "louislam/uptime-kuma:1.23.16-debian";
|
||||||
volumes = [
|
volumes = [
|
||||||
"${vars.media_docker_configs}/uptime_kuma:/app/data"
|
"${vars.media_docker_configs}/uptime_kuma:/app/data"
|
||||||
"/var/run/docker.sock:/var/run/docker.sock"
|
"/var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
|||||||
@@ -1,57 +0,0 @@
|
|||||||
let
|
|
||||||
vars = import ./vars.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
services.home-assistant = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
configDir = vars.media_home_assistant;
|
|
||||||
config = {
|
|
||||||
http = {
|
|
||||||
server_port = 8123;
|
|
||||||
server_host = [
|
|
||||||
"192.168.95.14"
|
|
||||||
"192.168.90.40"
|
|
||||||
"192.168.98.4"
|
|
||||||
];
|
|
||||||
use_x_forwarded_for = true;
|
|
||||||
trusted_proxies = "172.18.0.0/24";
|
|
||||||
};
|
|
||||||
homeassistant = {
|
|
||||||
time_zone = "America/New_York";
|
|
||||||
unit_system = "imperial";
|
|
||||||
temperature_unit = "F";
|
|
||||||
};
|
|
||||||
assist_pipeline = { };
|
|
||||||
backup = { };
|
|
||||||
bluetooth = { };
|
|
||||||
config = { };
|
|
||||||
dhcp = { };
|
|
||||||
energy = { };
|
|
||||||
history = { };
|
|
||||||
homeassistant_alerts = { };
|
|
||||||
image_upload = { };
|
|
||||||
logbook = { };
|
|
||||||
media_source = { };
|
|
||||||
mobile_app = { };
|
|
||||||
ssdp = { };
|
|
||||||
sun = { };
|
|
||||||
webhook = { };
|
|
||||||
zeroconf = { };
|
|
||||||
automation = "!include automations.yaml";
|
|
||||||
script = "!include scripts.yaml";
|
|
||||||
scene = "!include scenes.yaml";
|
|
||||||
group = "!include groups.yaml";
|
|
||||||
};
|
|
||||||
extraPackages =
|
|
||||||
python3Packages: with python3Packages; [
|
|
||||||
psycopg2
|
|
||||||
gtts
|
|
||||||
aioesphomeapi
|
|
||||||
esphome-dashboard-api
|
|
||||||
bleak-esphome
|
|
||||||
pymetno
|
|
||||||
];
|
|
||||||
extraComponents = [ "isal" ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -7,25 +7,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
netdevs = {
|
|
||||||
"20-ioit-vlan" = {
|
|
||||||
netdevConfig = {
|
|
||||||
Kind = "vlan";
|
|
||||||
Name = "ioit-vlan";
|
|
||||||
};
|
|
||||||
vlanConfig.Id = 20;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
networks = {
|
networks = {
|
||||||
"10-1GB_Primary" = {
|
"10-1GB_Primary" = {
|
||||||
matchConfig.Name = "enp98s0f0";
|
matchConfig.Name = "enp98s0f0";
|
||||||
address = [ "192.168.95.14/24" ];
|
address = [ "192.168.95.14/24" ];
|
||||||
routes = [{ Gateway = "192.168.95.1"; }];
|
routes = [{ Gateway = "192.168.95.1"; }];
|
||||||
vlan = [ "ioit-vlan" ];
|
|
||||||
linkConfig.RequiredForOnline = "routable";
|
linkConfig.RequiredForOnline = "routable";
|
||||||
};
|
};
|
||||||
"10-1GB_Secondary" = {
|
"10-1GB_Secondary" = {
|
||||||
@@ -41,15 +28,6 @@
|
|||||||
matchConfig.Name = "enp97s0f1np1";
|
matchConfig.Name = "enp97s0f1np1";
|
||||||
DHCP = "yes";
|
DHCP = "yes";
|
||||||
};
|
};
|
||||||
"40-ioit-vlan" = {
|
|
||||||
matchConfig.Name = "ioit-vlan";
|
|
||||||
DHCP = "yes";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
services.zerotierone = {
|
|
||||||
enable = true;
|
|
||||||
joinNetworks = [ "e4da7455b2ae64ca" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,29 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
let
|
|
||||||
vars = import ./vars.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
users = {
|
|
||||||
users.github-runners = {
|
|
||||||
isSystemUser = true;
|
|
||||||
group = "github-runners";
|
|
||||||
uid = 601;
|
|
||||||
};
|
|
||||||
groups.github-runners = {
|
|
||||||
gid = 601;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.github-runners.nix_builder = {
|
|
||||||
enable = true;
|
|
||||||
replace = true;
|
|
||||||
workDir = "/zfs/media/github-runners/nix_builder/";
|
|
||||||
url = "https://github.com/RichieCahill/dotfiles";
|
|
||||||
extraLabels = [ "nixos" ];
|
|
||||||
tokenFile = "${vars.storage_secrets}/services/github_runners/nix_builder";
|
|
||||||
user = "github-runners";
|
|
||||||
group = "github-runners";
|
|
||||||
extraPackages = [ pkgs.nixos-rebuild ];
|
|
||||||
# extraEnvironment
|
|
||||||
};
|
|
||||||
}
|
|
||||||
29
systems/jeeves/runners/default.nix
Normal file
29
systems/jeeves/runners/default.nix
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./nix_builder.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
users = {
|
||||||
|
users.github-runners = {
|
||||||
|
shell = pkgs.bash;
|
||||||
|
isSystemUser = true;
|
||||||
|
group = "github-runners";
|
||||||
|
uid = 601;
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA/S8i+BNX/12JNKg+5EKGX7Aqimt5KM+ve3wt/SyWuO github-runners" # cspell:disable-line
|
||||||
|
];
|
||||||
|
};
|
||||||
|
groups.github-runners.gid = 601;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
services.nix_builder.containers = {
|
||||||
|
nix-builder-0.enable = true;
|
||||||
|
nix-builder-1.enable = true;
|
||||||
|
nix-builder-2.enable = true;
|
||||||
|
nix-builder-3.enable = true;
|
||||||
|
nix-builder-4.enable = true;
|
||||||
|
nix-builder-5.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
86
systems/jeeves/runners/nix_builder.nix
Normal file
86
systems/jeeves/runners/nix_builder.nix
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
{ config, inputs, lib, ... }:
|
||||||
|
|
||||||
|
with lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
vars = import ../vars.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
imports = [ inputs.microvm.nixosModules.microvm ];
|
||||||
|
|
||||||
|
options.services.nix_builder.containers = mkOption {
|
||||||
|
type = types.attrsOf (types.submodule ({ name, ... }: {
|
||||||
|
options.enable = mkEnableOption "GitHub runner container";
|
||||||
|
}));
|
||||||
|
default = {};
|
||||||
|
description = "GitHub runner container configurations";
|
||||||
|
};
|
||||||
|
|
||||||
|
config.containers = mapAttrs (name: cfg:
|
||||||
|
mkIf cfg.enable {
|
||||||
|
autoStart = true;
|
||||||
|
bindMounts = {
|
||||||
|
"/storage" = {
|
||||||
|
mountPoint = "/zfs/media/github-runners/${name}";
|
||||||
|
isReadOnly = false;
|
||||||
|
};
|
||||||
|
"/secrets".mountPoint = "${vars.storage_secrets}/services/github-runners/${name}";
|
||||||
|
"ssh-keys".mountPoint = "${vars.storage_secrets}/services/github-runners/id_ed25519_github-runners";
|
||||||
|
};
|
||||||
|
config = { config, pkgs, lib, ... }: {
|
||||||
|
nix.settings = {
|
||||||
|
trusted-substituters = [
|
||||||
|
"https://cache.nixos.org"
|
||||||
|
"https://cache.tmmworkshop.com"
|
||||||
|
"https://nix-community.cachix.org"
|
||||||
|
];
|
||||||
|
substituters = [
|
||||||
|
"https://cache.nixos.org/?priority=2&want-mass-query=true"
|
||||||
|
"https://cache.tmmworkshop.com/?priority=2&want-mass-query=true"
|
||||||
|
"https://nix-community.cachix.org/?priority=10&want-mass-query=true"
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||||
|
"cache.tmmworkshop.com:jHffkpgbmEdstQPoihJPYW9TQe6jnQbWR2LqkNGV3iA="
|
||||||
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
];
|
||||||
|
experimental-features = [
|
||||||
|
"flakes"
|
||||||
|
"nix-command"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
programs.ssh.extraConfig = ''
|
||||||
|
Host jeeves
|
||||||
|
Port 629
|
||||||
|
User github-runners
|
||||||
|
HostName 192.168.95.14
|
||||||
|
IdentityFile ${vars.storage_secrets}/services/github-runners/id_ed25519_github-runners
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
UserKnownHostsFile /dev/null
|
||||||
|
'';
|
||||||
|
services.github-runners.${name} = {
|
||||||
|
enable = true;
|
||||||
|
replace = true;
|
||||||
|
workDir = "/zfs/media/github-runners/${name}";
|
||||||
|
url = "https://github.com/RichieCahill/dotfiles";
|
||||||
|
extraLabels = [ "nixos" ];
|
||||||
|
tokenFile = "${vars.storage_secrets}/services/github-runners/${name}";
|
||||||
|
user = "github-runners";
|
||||||
|
group = "github-runners";
|
||||||
|
extraPackages = with pkgs; [ nixos-rebuild openssh ];
|
||||||
|
};
|
||||||
|
users = {
|
||||||
|
users.github-runners = {
|
||||||
|
shell = pkgs.bash;
|
||||||
|
isSystemUser = true;
|
||||||
|
group = "github-runners";
|
||||||
|
uid = 601;
|
||||||
|
};
|
||||||
|
groups.github-runners.gid = 601;
|
||||||
|
};
|
||||||
|
system.stateVersion = "24.11";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
) config.services.nix_builder.containers;
|
||||||
|
}
|
||||||
|
|
||||||
@@ -20,8 +20,8 @@ sudo zfs create -o compression=zstd-9 media/docker
|
|||||||
sudo zfs create -o recordsize=1M -o compression=zstd-19 media/library
|
sudo zfs create -o recordsize=1M -o compression=zstd-19 media/library
|
||||||
sudo zfs create -o compression=zstd-9 -o sync=disabled media/github-runners
|
sudo zfs create -o compression=zstd-9 -o sync=disabled media/github-runners
|
||||||
sudo zfs create -o copies=3 media/notes
|
sudo zfs create -o copies=3 media/notes
|
||||||
sudo zfs create -o recordsize=16k -o primarycache=metadata -o mountpoint=/zfs/media/database/photoprism_mariadb media/photoprism_mariadb
|
|
||||||
sudo zfs create -o compression=zstd-9 media/plex
|
sudo zfs create -o compression=zstd-9 media/plex
|
||||||
|
sudo zfs create -o compression=zstd-9 media/services
|
||||||
sudo zfs create -o compression=zstd-19 media/home_assistant
|
sudo zfs create -o compression=zstd-19 media/home_assistant
|
||||||
sudo zfs create -o exec=off media/share
|
sudo zfs create -o exec=off media/share
|
||||||
sudo zfs create -o recordsize=16k -o primarycache=metadata -o mountpoint=/zfs/media/database/postgres media/postgres
|
sudo zfs create -o recordsize=16k -o primarycache=metadata -o mountpoint=/zfs/media/database/postgres media/postgres
|
||||||
|
|||||||
13
systems/jeeves/services/audiobookshelf.nix
Normal file
13
systems/jeeves/services/audiobookshelf.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{ lib, ... }:
|
||||||
|
let
|
||||||
|
vars = import ../vars.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
services.audiobookshelf = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
host = "192.168.90.40";
|
||||||
|
};
|
||||||
|
systemd.services.audiobookshelf.serviceConfig.WorkingDirectory = lib.mkForce "${vars.media_docker_configs}/audiobookshelf";
|
||||||
|
users.users.audiobookshelf.home = lib.mkForce "${vars.media_docker_configs}/audiobookshelf";
|
||||||
|
}
|
||||||
18
systems/jeeves/services/cloud_flare_tunnel.nix
Normal file
18
systems/jeeves/services/cloud_flare_tunnel.nix
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
let
|
||||||
|
vars = import ../vars.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
systemd.services.cloud_flare_tunnel = {
|
||||||
|
description = "cloud_flare_tunnel proxy's traffic through cloudflare";
|
||||||
|
after = [ "network.target" ];
|
||||||
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
serviceConfig = {
|
||||||
|
Type = "simple";
|
||||||
|
EnvironmentFile = "${vars.storage_secrets}/docker/cloud_flare_tunnel";
|
||||||
|
ExecStart = "${pkgs.cloudflared}/bin/cloudflared --no-autoupdate tunnel run";
|
||||||
|
Restart = "on-failure";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
9
systems/jeeves/services/default.nix
Normal file
9
systems/jeeves/services/default.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ lib, ... }:
|
||||||
|
{
|
||||||
|
imports =
|
||||||
|
let
|
||||||
|
files = builtins.attrNames (builtins.readDir ./.);
|
||||||
|
nixFiles = builtins.filter (name: lib.hasSuffix ".nix" name && name != "default.nix") files;
|
||||||
|
in
|
||||||
|
map (file: ./. + "/${file}") nixFiles;
|
||||||
|
}
|
||||||
10
systems/jeeves/services/duckdns.nix
Normal file
10
systems/jeeves/services/duckdns.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
let
|
||||||
|
vars = import ../vars.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
services.duckdns = {
|
||||||
|
enable = true;
|
||||||
|
tokenFile = "${vars.storage_secrets}/services/duckdns/token";
|
||||||
|
domainsFile = "${vars.storage_secrets}/services/duckdns/domains";
|
||||||
|
};
|
||||||
|
}
|
||||||
23
systems/jeeves/services/filebrowser.nix
Normal file
23
systems/jeeves/services/filebrowser.nix
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
let
|
||||||
|
vars = import ../vars.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
networking.firewall.allowedTCPPorts = [ 8080 ];
|
||||||
|
|
||||||
|
systemd.services.filebrowser = {
|
||||||
|
description = "filebrowser";
|
||||||
|
after = [ "network.target" ];
|
||||||
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
serviceConfig = {
|
||||||
|
Type = "simple";
|
||||||
|
User = "richie";
|
||||||
|
Group = "users";
|
||||||
|
ExecStart = "${pkgs.filebrowser}/bin/filebrowser --root=/zfs --address=0.0.0.0 --database=${vars.media_docker_configs}/filebrowser/filebrowser.db";
|
||||||
|
Restart = "on-failure";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -22,56 +22,52 @@ defaults
|
|||||||
#Application Setup
|
#Application Setup
|
||||||
frontend ContentSwitching
|
frontend ContentSwitching
|
||||||
bind *:80
|
bind *:80
|
||||||
bind *:443 ssl crt /etc/ssl/certs/cloudflare.pem
|
bind *:443 ssl crt /zfs/storage/secrets/docker/cloudflare.pem
|
||||||
mode http
|
mode http
|
||||||
# tmmworkshop.com
|
# tmmworkshop.com
|
||||||
acl host_audiobookshelf hdr(host) -i audiobookshelf.tmmworkshop.com
|
acl host_audiobookshelf hdr(host) -i audiobookshelf.tmmworkshop.com
|
||||||
acl host_cache hdr(host) -i cache.tmmworkshop.com
|
acl host_cache hdr(host) -i cache.tmmworkshop.com
|
||||||
acl host_filebrowser hdr(host) -i filebrowser.tmmworkshop.com
|
acl host_filebrowser hdr(host) -i filebrowser.tmmworkshop.com
|
||||||
acl host_grafana hdr(host) -i grafana.tmmworkshop.com
|
|
||||||
acl host_homeassistant hdr(host) -i homeassistant.tmmworkshop.com
|
acl host_homeassistant hdr(host) -i homeassistant.tmmworkshop.com
|
||||||
acl host_photoprism hdr(host) -i photoprism.tmmworkshop.com
|
acl host_jellyfin hdr(host) -i jellyfin.tmmworkshop.com
|
||||||
acl host_share hdr(host) -i share.tmmworkshop.com
|
acl host_share hdr(host) -i share.tmmworkshop.com
|
||||||
acl host_uptime_kuma hdr(host) -i uptimekuma-jeeves.tmmworkshop.com
|
acl host_uptime_kuma hdr(host) -i uptimekuma-jeeves.tmmworkshop.com
|
||||||
|
|
||||||
use_backend audiobookshelf_nodes if host_audiobookshelf
|
use_backend audiobookshelf_nodes if host_audiobookshelf
|
||||||
use_backend cache_nodes if host_cache
|
use_backend cache_nodes if host_cache
|
||||||
use_backend filebrowser_nodes if host_filebrowser
|
use_backend filebrowser_nodes if host_filebrowser
|
||||||
use_backend grafana_nodes if host_grafana
|
|
||||||
use_backend homeassistant_nodes if host_homeassistant
|
use_backend homeassistant_nodes if host_homeassistant
|
||||||
use_backend photoprism_nodes if host_photoprism
|
use_backend jellyfin if host_jellyfin
|
||||||
use_backend share_nodes if host_share
|
use_backend share_nodes if host_share
|
||||||
use_backend uptime_kuma_nodes if host_uptime_kuma
|
use_backend uptime_kuma_nodes if host_uptime_kuma
|
||||||
|
|
||||||
backend audiobookshelf_nodes
|
backend audiobookshelf_nodes
|
||||||
mode http
|
mode http
|
||||||
server server audiobookshelf:80
|
server server 192.168.90.40:8000
|
||||||
|
|
||||||
backend cache_nodes
|
backend cache_nodes
|
||||||
mode http
|
mode http
|
||||||
server server 192.168.90.40:5000
|
server server 192.168.90.40:5000
|
||||||
|
|
||||||
backend grafana_nodes
|
|
||||||
mode http
|
|
||||||
server server grafana:3000
|
|
||||||
|
|
||||||
backend filebrowser_nodes
|
backend filebrowser_nodes
|
||||||
mode http
|
mode http
|
||||||
server server filebrowser:8080
|
server server 192.168.90.40:8080
|
||||||
|
|
||||||
backend homeassistant_nodes
|
backend homeassistant_nodes
|
||||||
mode http
|
mode http
|
||||||
server server 192.168.95.14:8123
|
server server 192.168.95.14:8123
|
||||||
|
|
||||||
backend photoprism_nodes
|
backend jellyfin
|
||||||
mode http
|
option httpchk
|
||||||
server server photoprism:2342
|
option forwardfor
|
||||||
|
http-check send meth GET uri /health
|
||||||
|
http-check expect string Healthy
|
||||||
|
server jellyfin 192.168.95.14:8096
|
||||||
|
|
||||||
backend share_nodes
|
backend share_nodes
|
||||||
mode http
|
mode http
|
||||||
server server share:80
|
server server 192.168.95.14:8091
|
||||||
|
|
||||||
backend uptime_kuma_nodes
|
backend uptime_kuma_nodes
|
||||||
mode http
|
mode http
|
||||||
server server uptime_kuma:3001
|
server server 192.168.95.14:3001
|
||||||
|
|
||||||
8
systems/jeeves/services/haproxy.nix
Normal file
8
systems/jeeves/services/haproxy.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
||||||
|
services.haproxy = {
|
||||||
|
enable = true;
|
||||||
|
config = builtins.readFile ./haproxy.cfg;
|
||||||
|
};
|
||||||
|
}
|
||||||
70
systems/jeeves/services/home_assistant.nix
Normal file
70
systems/jeeves/services/home_assistant.nix
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
let
|
||||||
|
vars = import ../vars.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
services ={
|
||||||
|
home-assistant = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
configDir = vars.media_home_assistant;
|
||||||
|
config = {
|
||||||
|
http = {
|
||||||
|
server_port = 8123;
|
||||||
|
server_host = [
|
||||||
|
"192.168.95.14"
|
||||||
|
"192.168.90.40"
|
||||||
|
"192.168.98.4"
|
||||||
|
];
|
||||||
|
use_x_forwarded_for = true;
|
||||||
|
trusted_proxies = "192.168.95.0/24";
|
||||||
|
};
|
||||||
|
homeassistant = {
|
||||||
|
time_zone = "America/New_York";
|
||||||
|
unit_system = "us_customary";
|
||||||
|
temperature_unit = "F";
|
||||||
|
};
|
||||||
|
assist_pipeline = { };
|
||||||
|
backup = { };
|
||||||
|
bluetooth = { };
|
||||||
|
config = { };
|
||||||
|
dhcp = { };
|
||||||
|
energy = { };
|
||||||
|
history = { };
|
||||||
|
homeassistant_alerts = { };
|
||||||
|
image_upload = { };
|
||||||
|
logbook = { };
|
||||||
|
media_source = { };
|
||||||
|
mobile_app = { };
|
||||||
|
ssdp = { };
|
||||||
|
sun = { };
|
||||||
|
webhook = { };
|
||||||
|
zeroconf = { };
|
||||||
|
automation = "!include automations.yaml";
|
||||||
|
script = "!include scripts.yaml";
|
||||||
|
scene = "!include scenes.yaml";
|
||||||
|
group = "!include groups.yaml";
|
||||||
|
};
|
||||||
|
extraPackages =
|
||||||
|
python3Packages: with python3Packages; [
|
||||||
|
aioesphomeapi
|
||||||
|
aiounifi
|
||||||
|
bleak-esphome
|
||||||
|
esphome-dashboard-api
|
||||||
|
gtts
|
||||||
|
jellyfin-apiclient-python
|
||||||
|
psycopg2
|
||||||
|
pymetno
|
||||||
|
pyownet
|
||||||
|
rokuecp
|
||||||
|
uiprotect
|
||||||
|
wakeonlan
|
||||||
|
];
|
||||||
|
extraComponents = [ "isal" ];
|
||||||
|
};
|
||||||
|
esphome = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
address = "192.168.90.40";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
10
systems/jeeves/services/jellyfin.nix
Normal file
10
systems/jeeves/services/jellyfin.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
let
|
||||||
|
vars = import ../vars.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
services.jellyfin = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
dataDir = "${vars.media_services}/jellyfin";
|
||||||
|
};
|
||||||
|
}
|
||||||
10
systems/jeeves/services/nix_serve.nix
Normal file
10
systems/jeeves/services/nix_serve.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
let
|
||||||
|
vars = import ../vars.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
services.nix-serve = {
|
||||||
|
enable = true;
|
||||||
|
secretKeyFile = "${vars.storage_secrets}/services/nix-cache/cache-priv-key.pem";
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
vars = import ./vars.nix;
|
vars = import ../vars.nix;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
systemd = {
|
systemd = {
|
||||||
@@ -13,7 +13,7 @@ in
|
|||||||
description = "maintains /zfs/storage/plex permissions";
|
description = "maintains /zfs/storage/plex permissions";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${pkgs.bash}/bin/bash ${./scripts/plex_permission.sh}";
|
ExecStart = "${pkgs.bash}/bin/bash ${../scripts/plex_permission.sh}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
startup_validation = {
|
startup_validation = {
|
||||||
@@ -25,7 +25,7 @@ in
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
EnvironmentFile = "${vars.storage_secrets}/services/server-validation";
|
EnvironmentFile = "${vars.storage_secrets}/services/server-validation";
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/validate_jeeves";
|
ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/validate_system --config-file='${./validate_system.toml}'";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
13
systems/jeeves/services/validate_system.toml
Normal file
13
systems/jeeves/services/validate_system.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
zpool = ["root_pool", "storage", "torrenting", "media"]
|
||||||
|
services = [
|
||||||
|
"audiobookshelf",
|
||||||
|
"cloud_flare_tunnel",
|
||||||
|
"haproxy",
|
||||||
|
"docker-qbit",
|
||||||
|
"docker-qbitvpn",
|
||||||
|
"docker-uptime_kuma",
|
||||||
|
"docker",
|
||||||
|
"filebrowser",
|
||||||
|
"home-assistant",
|
||||||
|
"jellyfin",
|
||||||
|
]
|
||||||
@@ -2,13 +2,18 @@ let
|
|||||||
vars = import ./vars.nix;
|
vars = import ./vars.nix;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
networking.firewall.allowedTCPPorts = [ 8384 ];
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
guiAddress = "192.168.90.40:8384";
|
guiAddress = "192.168.90.40:8384";
|
||||||
settings.folders = {
|
settings = {
|
||||||
"bob_temp" = {
|
devices.davids-server.id = "7GXTDGR-AOXFW2O-K6J7NM3-XYZNRRW-AKHAFWM-GBOWUPQ-OA6JIWD-ER7RDQL"; # cspell:disable-line
|
||||||
path = "${vars.storage_syncthing}/bob_temp";
|
folders = {
|
||||||
|
"dotfiles" = {
|
||||||
|
path = "/home/richie/dotfiles";
|
||||||
devices = [
|
devices = [
|
||||||
"jeeves"
|
"bob"
|
||||||
|
"rhapsody-in-green"
|
||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
};
|
};
|
||||||
@@ -16,8 +21,8 @@ in
|
|||||||
id = "l62ul-lpweo"; # cspell:disable-line
|
id = "l62ul-lpweo"; # cspell:disable-line
|
||||||
path = vars.media_notes;
|
path = vars.media_notes;
|
||||||
devices = [
|
devices = [
|
||||||
"bob"
|
|
||||||
"rhapsody-in-green"
|
"rhapsody-in-green"
|
||||||
|
"davids-server"
|
||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
};
|
};
|
||||||
@@ -46,7 +51,6 @@ in
|
|||||||
id = "vyma6-lqqrz"; # cspell:disable-line
|
id = "vyma6-lqqrz"; # cspell:disable-line
|
||||||
path = "${vars.storage_syncthing}/projects";
|
path = "${vars.storage_syncthing}/projects";
|
||||||
devices = [
|
devices = [
|
||||||
"bob"
|
|
||||||
"rhapsody-in-green"
|
"rhapsody-in-green"
|
||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
@@ -58,6 +62,68 @@ in
|
|||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
};
|
};
|
||||||
|
"vault" = {
|
||||||
|
path = "/home/richie/vault";
|
||||||
|
devices = [
|
||||||
|
"rhapsody-in-green"
|
||||||
|
"davids-server"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
};
|
||||||
|
"backup" = {
|
||||||
|
path = "${vars.storage_syncthing}/backup";
|
||||||
|
devices = [
|
||||||
|
"davids-server"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
};
|
||||||
|
#
|
||||||
|
"davids-backup1" = {
|
||||||
|
id = "8229p-8z3tm"; # cspell:disable-line
|
||||||
|
path = "${vars.storage_syncthing}/davids_backups/1";
|
||||||
|
devices = [
|
||||||
|
"davids-server"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
type = "receiveencrypted";
|
||||||
|
};
|
||||||
|
"davids-backup2" = {
|
||||||
|
id = "iciw3-dp6ao"; # cspell:disable-line
|
||||||
|
path = "${vars.storage_syncthing}/davids_backups/2";
|
||||||
|
devices = [
|
||||||
|
"davids-server"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
type = "receiveencrypted";
|
||||||
|
};
|
||||||
|
"davids-backup3" = {
|
||||||
|
id = "9si6m-bnkjb"; # cspell:disable-line
|
||||||
|
path = "${vars.storage_syncthing}/davids_backups/3";
|
||||||
|
devices = [
|
||||||
|
"davids-server"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
type = "receiveencrypted";
|
||||||
|
};
|
||||||
|
"davids-backup4" = {
|
||||||
|
id = "qjyfy-uupj4"; # cspell:disable-line
|
||||||
|
path = "${vars.storage_syncthing}/davids_backups/4";
|
||||||
|
devices = [
|
||||||
|
"davids-server"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
type = "receiveencrypted";
|
||||||
|
};
|
||||||
|
"davids-backup5" = {
|
||||||
|
id = "fm4h5-emsu2"; # cspell:disable-line
|
||||||
|
path = "${vars.storage_syncthing}/davids_backups/5";
|
||||||
|
devices = [
|
||||||
|
"davids-server"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
type = "receiveencrypted";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ in
|
|||||||
media_docker_configs = "${zfs_media}/docker/configs";
|
media_docker_configs = "${zfs_media}/docker/configs";
|
||||||
media_mirror = "${zfs_media}/mirror";
|
media_mirror = "${zfs_media}/mirror";
|
||||||
media_share = "${zfs_media}/share";
|
media_share = "${zfs_media}/share";
|
||||||
|
media_services = "${zfs_media}/services";
|
||||||
media_notes = "${zfs_media}/notes";
|
media_notes = "${zfs_media}/notes";
|
||||||
media_plex = "${zfs_media}/plex";
|
media_plex = "${zfs_media}/plex";
|
||||||
media_home_assistant = "${zfs_media}/home_assistant";
|
media_home_assistant = "${zfs_media}/home_assistant";
|
||||||
|
|||||||
@@ -1,59 +0,0 @@
|
|||||||
{ inputs, pkgs, ... }:
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
../../users/gaming
|
|
||||||
../../users/richie
|
|
||||||
../../common/global
|
|
||||||
../../common/optional/desktop.nix
|
|
||||||
../../common/optional/steam.nix
|
|
||||||
../../common/optional/systemd-boot.nix
|
|
||||||
../../common/optional/update.nix
|
|
||||||
./hardware.nix
|
|
||||||
inputs.nixos-hardware.nixosModules.framework-11th-gen-intel
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
plex-media-player
|
|
||||||
];
|
|
||||||
|
|
||||||
networking = {
|
|
||||||
hostName = "muninn";
|
|
||||||
hostId = "a43179c5";
|
|
||||||
firewall.enable = true;
|
|
||||||
networkmanager.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware = {
|
|
||||||
pulseaudio.enable = false;
|
|
||||||
bluetooth = {
|
|
||||||
enable = true;
|
|
||||||
powerOnBoot = true;
|
|
||||||
};
|
|
||||||
firmware = [ pkgs.sof-firmware ];
|
|
||||||
};
|
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
|
||||||
|
|
||||||
services = {
|
|
||||||
displayManager = {
|
|
||||||
enable = true;
|
|
||||||
autoLogin = {
|
|
||||||
user = "gaming";
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
defaultSession = "steam";
|
|
||||||
# defaultSession = "plasma";
|
|
||||||
};
|
|
||||||
|
|
||||||
openssh.ports = [ 295 ];
|
|
||||||
|
|
||||||
snapshot_manager.enable = true;
|
|
||||||
|
|
||||||
zfs = {
|
|
||||||
trim.enable = true;
|
|
||||||
autoScrub.enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
|
||||||
}
|
|
||||||
@@ -1,63 +0,0 @@
|
|||||||
{ config, lib, modulesPath, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
|
||||||
|
|
||||||
boot = {
|
|
||||||
initrd = {
|
|
||||||
availableKernelModules = [
|
|
||||||
"nvme"
|
|
||||||
"xhci_pci"
|
|
||||||
"thunderbolt"
|
|
||||||
"usb_storage"
|
|
||||||
"sd_mod"
|
|
||||||
];
|
|
||||||
kernelModules = [ ];
|
|
||||||
luks.devices."luks-root-pool-nvme-INTEL_SSDPEKKW256G7_BTPY63820XBH256D-part2" = {
|
|
||||||
device = "/dev/disk/by-id/nvme-INTEL_SSDPEKKW256G7_BTPY63820XBH256D-part2";
|
|
||||||
bypassWorkqueues = true;
|
|
||||||
allowDiscards = true;
|
|
||||||
keyFileSize = 4096;
|
|
||||||
keyFile = "/dev/disk/by-id/usb-SanDisk_Ultra_T_C_4C530001020919102244-0:0";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
kernelModules = [ "kvm-intel" ];
|
|
||||||
extraModulePackages = [ ];
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems = {
|
|
||||||
"/" = lib.mkDefault {
|
|
||||||
device = "root_pool/root";
|
|
||||||
fsType = "zfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
"/home" = {
|
|
||||||
device = "root_pool/home";
|
|
||||||
fsType = "zfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
"/nix" = {
|
|
||||||
device = "root_pool/nix";
|
|
||||||
fsType = "zfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
"/var" = {
|
|
||||||
device = "root_pool/var";
|
|
||||||
fsType = "zfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
"/boot" = {
|
|
||||||
device = "/dev/disk/by-uuid/12CE-A600";
|
|
||||||
fsType = "vfat";
|
|
||||||
options = [
|
|
||||||
"fmask=0077"
|
|
||||||
"dmask=0077"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
swapDevices = [ ];
|
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
|
||||||
}
|
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
./hardware.nix
|
./hardware.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||||
|
inputs.nixos-cosmic.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
@@ -22,26 +23,10 @@
|
|||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
|
||||||
pulseaudio.enable = false;
|
|
||||||
bluetooth = {
|
|
||||||
enable = true;
|
|
||||||
powerOnBoot = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
||||||
openssh.ports = [ 922 ];
|
openssh.ports = [ 922 ];
|
||||||
|
|
||||||
snapshot_manager.enable = true;
|
desktopManager.cosmic.enable = true;
|
||||||
|
|
||||||
zfs = {
|
|
||||||
trim.enable = true;
|
|
||||||
autoScrub.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|||||||
@@ -1,10 +1,17 @@
|
|||||||
{
|
{
|
||||||
services.syncthing.settings.folders = {
|
services.syncthing.settings.folders = {
|
||||||
|
"dotfiles" = {
|
||||||
|
path = "/home/richie/dotfiles";
|
||||||
|
devices = [
|
||||||
|
"jeeves"
|
||||||
|
"bob"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
};
|
||||||
"notes" = {
|
"notes" = {
|
||||||
id = "l62ul-lpweo"; # cspell:disable-line
|
id = "l62ul-lpweo"; # cspell:disable-line
|
||||||
path = "/home/richie/notes";
|
path = "/home/richie/notes";
|
||||||
devices = [
|
devices = [
|
||||||
"bob"
|
|
||||||
"jeeves"
|
"jeeves"
|
||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
@@ -34,7 +41,6 @@
|
|||||||
id = "vyma6-lqqrz"; # cspell:disable-line
|
id = "vyma6-lqqrz"; # cspell:disable-line
|
||||||
path = "/home/richie/projects";
|
path = "/home/richie/projects";
|
||||||
devices = [
|
devices = [
|
||||||
"bob"
|
|
||||||
"jeeves"
|
"jeeves"
|
||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
@@ -50,7 +56,7 @@
|
|||||||
"vault" = {
|
"vault" = {
|
||||||
path = "/home/richie/vault";
|
path = "/home/richie/vault";
|
||||||
devices = [
|
devices = [
|
||||||
"bob"
|
"jeeves"
|
||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -132,11 +132,10 @@ def create_zfs_pool(pool_disks: Sequence[str], mnt_dir: str) -> None:
|
|||||||
def create_zfs_datasets() -> None:
|
def create_zfs_datasets() -> None:
|
||||||
"""Create ZFS datasets."""
|
"""Create ZFS datasets."""
|
||||||
|
|
||||||
bash_wrapper("zfs create -o canmount=noauto root_pool/root")
|
bash_wrapper("zfs create -o canmount=noauto -o reservation=10G root_pool/root")
|
||||||
bash_wrapper("zfs create root_pool/home")
|
bash_wrapper("zfs create root_pool/home")
|
||||||
bash_wrapper("zfs create root_pool/var")
|
bash_wrapper("zfs create root_pool/var -o reservation=1G")
|
||||||
bash_wrapper("zfs create -o compression=zstd-9 root_pool/nix")
|
bash_wrapper("zfs create -o compression=zstd-9 -o reservation=10G root_pool/nix")
|
||||||
|
|
||||||
datasets = bash_wrapper("zfs list -o name")
|
datasets = bash_wrapper("zfs list -o name")
|
||||||
|
|
||||||
expected_datasets = {
|
expected_datasets = {
|
||||||
|
|||||||
@@ -18,8 +18,6 @@
|
|||||||
order = [ "Google" ];
|
order = [ "Google" ];
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
# Makes Firefox use the PlayStation 5 user agent
|
|
||||||
"general.useragent.override" = "Mozilla/5.0 (PlayStation; PlayStation 5/10.01) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15,gzip(gfe),gzip(gfe)";
|
|
||||||
|
|
||||||
# SECTION: FASTFOX
|
# SECTION: FASTFOX
|
||||||
# GENERAL
|
# GENERAL
|
||||||
|
|||||||
@@ -13,8 +13,5 @@
|
|||||||
username = "gaming";
|
username = "gaming";
|
||||||
homeDirectory = "/home/${config.home.username}";
|
homeDirectory = "/home/${config.home.username}";
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
sessionVariables = {
|
|
||||||
FLAKE = "$HOME/Projects/dotfiles";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wget
|
chromium
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ in {
|
|||||||
neededForUsers = true;
|
neededForUsers = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.richie = {
|
users = {
|
||||||
|
users.richie = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|
||||||
hashedPasswordFile = "${config.sops.secrets.richie_password.path}";
|
hashedPasswordFile = "${config.sops.secrets.richie_password.path}";
|
||||||
@@ -19,7 +20,6 @@ in {
|
|||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
group = "richie";
|
group = "richie";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIPtuYhiJHRTYhNaDmTcJOqJASk7D8mIn6u3F1IN5AFJ bob" # cspell:disable-line
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJYZFsc9CSH03ZUP7y81AHwSyjLwFmcshVFCyxDcYhBT rhapsody-in-green" # cspell:disable-line
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJYZFsc9CSH03ZUP7y81AHwSyjLwFmcshVFCyxDcYhBT rhapsody-in-green" # cspell:disable-line
|
||||||
];
|
];
|
||||||
extraGroups =
|
extraGroups =
|
||||||
@@ -43,8 +43,7 @@ in {
|
|||||||
uid = 1000;
|
uid = 1000;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups.richie = {
|
groups.richie.gid = 1000;
|
||||||
gid = 1000;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.richie = import ./systems/${config.networking.hostName}.nix;
|
home-manager.users.richie = import ./systems/${config.networking.hostName}.nix;
|
||||||
|
|||||||
@@ -3,5 +3,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "Richie@tmmworkshop.com";
|
userEmail = "Richie@tmmworkshop.com";
|
||||||
userName = "Richie Cahill";
|
userName = "Richie Cahill";
|
||||||
|
extraConfig = {
|
||||||
|
pull.rebase = true;
|
||||||
|
color.ui = true;
|
||||||
|
};
|
||||||
|
lfs.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,17 +18,14 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
"sgc" = "sudo git -C /root/dotfiles";
|
|
||||||
|
|
||||||
## Utilities
|
|
||||||
"lrt" = "eza --icons -lsnew";
|
"lrt" = "eza --icons -lsnew";
|
||||||
"ls" = "eza";
|
"ls" = "eza";
|
||||||
"ll" = "eza --long --group";
|
"ll" = "eza --long --group";
|
||||||
"la" = "eza --all";
|
"la" = "eza --all";
|
||||||
|
|
||||||
"rspace" = "'for f in *\ *; do mv \"$f\" \"\${f// /_}\"; done'";
|
"rspace" = "'for f in *\ *; do mv \"$f\" \"\${f// /_}\"; done'";
|
||||||
"rebuild" = "sudo nixos-rebuild switch --flake /home/richie/projects/dotfiles#$HOST";
|
"rebuild" = "sudo nixos-rebuild switch --flake /home/richie/dotfiles#$HOST";
|
||||||
"nix-test" = "nixos-rebuild test --flake /home/richie/projects/dotfiles";
|
"nix-test" = "nixos-rebuild test --flake /home/richie/dotfiles";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
homeDirectory = "/home/${config.home.username}";
|
homeDirectory = "/home/${config.home.username}";
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
FLAKE = "$HOME/Projects/dotfiles";
|
FLAKE = "$HOME/dotfiles";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
candy-icons
|
candy-icons
|
||||||
|
chromium
|
||||||
discord-canary
|
discord-canary
|
||||||
gimp
|
gimp
|
||||||
gparted
|
gparted
|
||||||
|
|||||||
@@ -36,12 +36,6 @@
|
|||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
port = 922;
|
port = 922;
|
||||||
};
|
};
|
||||||
muninn = {
|
|
||||||
hostname = "192.168.98.52";
|
|
||||||
user = "richie";
|
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
|
||||||
port = 295;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
imports = [
|
|
||||||
../home/global.nix
|
|
||||||
../home/gui
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user