parent
fc85515fb8
commit
1e236f8f71
10 changed files with 157 additions and 26 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{ ... }:
|
||||
{ host, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./forgejo.nix
|
||||
];
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
boot.kernel.sysctl = {
|
||||
|
|
@ -60,7 +59,7 @@
|
|||
networking = {
|
||||
domain = "";
|
||||
hostId = "81238132";
|
||||
hostName = "oracle1";
|
||||
hostName = host.hostName;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue