Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define the initial NixOS configuration of webforge in a flake #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

btlogy
Copy link
Member

@btlogy btlogy commented Jan 29, 2025

Fixes #31

Can be:

  • tested with:

    nix flake check
    
  • build with:

    nix build .#nixosConfigurations.webforge.config.system.build.toplevel
    
  • further tested with:

    nixos-rebuild dry-activate --flake .#webforge --target-host [email protected]
    
  • deployed with:

    nixos-rebuild dry-activate --flake .#webforge --target-host [email protected]
    

Edits:

  1. The above commands requires this entry in the known_hosts:

    webforge.tahoe-lafs.org,135.181.155.146,2a01:4f9:c011:b882::1 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKPX87odbiiSbMyxb2N0curagHWUqSDPBG/P6bQcVzjJ
    
  2. For an additional 99 LoC, we could have CI here too:

    I'll leave it to the reviewer to choose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define the initial NixOS configuration of the new webforge server in a reproducible way
1 participant