revert server modules to pre-merge state

Server work (frigate, bitcoin/clightning, forgejo, nginx) was merged
before ready. Reverts these to de56423 state. Work is preserved on
branches: cameras, lightning, server, bitcoind.
This commit is contained in:
Bryan Ramos 2026-03-08 11:04:30 -04:00
parent 0bcd891c7c
commit dab93c5ee0
12 changed files with 107 additions and 388 deletions

View file

@ -8,25 +8,18 @@
system = {
nginx.enable = true;
forgejo.enable = true;
frigate.enable = true;
bitcoin = {
enable = true;
electrum.enable = true;
#clightning = {
# enable = true;
# rest.enable = true;
#};
};
};
};
users.mutableUsers = false;
users.users = {
"${config.user.name}" = {
${config.user.name} = {
isNormalUser = true;
extraGroups = config.user.groups;
openssh.authorizedKeys.keys = [ "${config.user.keys.ssh.primary}" ];
password = "123";
};
};
@ -69,7 +62,7 @@
fonts.packages = with pkgs; [
terminus_font
nerd-fonts.terminess-ttf
terminus-nerdfont
];
security.sudo = {
@ -109,13 +102,6 @@
};
};
virtualisation.vmVariant = {
virtualisation.forwardPorts = [
{ from = "host"; host.port = 5000; guest.port = 5000; }
];
};
services.openssh = {
enable = true;
startWhenNeeded = true;