updated razer working on server

This commit is contained in:
Matt Nish-Lapidus 2025-04-13 12:04:12 -04:00
parent f8b713b3d1
commit 6cb21efae5
9 changed files with 69 additions and 35 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:{
{ config, lib, pkgs, inputs, ... }:{
imports = [
./hardware-configuration.nix
@ -41,7 +41,17 @@
];
};
services = {
forgejo = {
enable = true;
lfs.enable = true;
settings = {
server = {
HTTP_PORT = 12345;
};
};
};
};
system.stateVersion = "25.05"; # Did you read the comment?