Move forgejo to hetznix
This commit is contained in:
parent
1156a9af04
commit
d50f92ca1b
14 changed files with 120 additions and 99 deletions
|
@ -15,9 +15,17 @@
|
|||
./secrets.nix
|
||||
./security
|
||||
./services
|
||||
|
||||
../../users/opdavies
|
||||
];
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs-2405}" ];
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
trusted-users = root opdavies
|
||||
'';
|
||||
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs-2405}" ];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue