some changes

This commit is contained in:
zack 2025-04-27 11:11:51 -04:00
parent 2d25c605b7
commit 825f05c50a
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
45 changed files with 1826 additions and 1586 deletions

View file

@ -2,9 +2,12 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
lib,
pkgs,
inputs,
config,
specialArgs,
system,
...
}: {
imports = [
@ -12,6 +15,8 @@
./hardware-configuration.nix
];
# nixpkgs.pkgs = lib.mkForce inputs.nixos-stable.legacyPackages.${system};
nix.settings = {
trusted-users = ["zoey"];
};
@ -97,6 +102,8 @@
minio.enable = true;
immich.enable = true;
polaris.enable = false;
sourcehut.enable = false;
forgejo.enable = true;
zoeycomputer = {
enable = true;
domain = "zoeys.computer";
@ -112,6 +119,8 @@
};
};
catppuccin.flavor = "mocha";
zmio.blog.enable = true;
zmio.blog.domain = "zackmyers.io";