mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
documentation and no fail2ban
This commit is contained in:
parent
e98e21749c
commit
8560beb505
3 changed files with 19 additions and 1 deletions
|
|
@ -31,5 +31,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.fail2ban.enable = lib.mkDefault true; # This comes with an SSH jail preconfigured, expanded fail2ban can be found in modules/services
|
||||
#services.fail2ban.enable = lib.mkDefault true; # This comes with an SSH jail preconfigured, expanded fail2ban can be found in modules/services
|
||||
}
|
||||
|
|
|
|||
6
modules/services/forgejo/default.nix
Normal file
6
modules/services/forgejo/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -1,3 +1,15 @@
|
|||
# Bootstrap ISO for NixOS
|
||||
|
||||
From this subdirectory directory, run `just iso` to generate the ISO file
|
||||
|
||||
## Typical installation flow
|
||||
|
||||
1. Flash iso with `sudo dd if=install.iso of=<usb drive> status=progress`
|
||||
2. Boot image on install host
|
||||
3. Connect to network via Ethernet or `nmcli`
|
||||
4. From a donor machine,
|
||||
`nixos-anywwhere -i <path to install private key> --flake .#<machine> nixos@<ip>`
|
||||
5. There is a bit of a snag here, but the current protocol is to connect to
|
||||
ethernet and SSH in using the installer key in order to setup SOPS, this
|
||||
section will be amended when we figure this out
|
||||
6. Connect new host to ethernet and SSH in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue