This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-03 16:59:11 +02:00
parent 52343cbc23
commit fce5f49e57
29 changed files with 373 additions and 554 deletions

View File

@@ -1,8 +1,9 @@
{ config, lib, pkgs, pkgs-unstable, user, host, allowed, secrets, rice, nvidia, ... }:
{ pkgs, pkgs-unstable, rice, inputs, ... }:
let
in
{
imports = [
inputs.sops-nix.nixosModules.sops
./system-modules/hardware-configuration.nix
./system-modules/fuse.nix
./system-modules/nvidia.nix
@@ -15,8 +16,8 @@ in
./system-modules/sshd.nix
./system-modules/gpg.nix
./system-modules/sops.nix
# ./system-modules/syncthing.nix
./system-modules/hsmw.nix
./system-modules/syncthing.nix
# ./system-modules/hsmw.nix # old
./system-modules/docker.nix
./system-modules/health_reminder.nix
./system-modules/ollama.nix
@@ -85,6 +86,10 @@ in
sendme
]);
environment.variables = {
EDITOR = "hx";
VISUAL = "hx";
};
fonts.packages = with pkgs; [
noto-fonts