updated razer working on server
This commit is contained in:
parent
f8b713b3d1
commit
6cb21efae5
9 changed files with 69 additions and 35 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue