nixos: backend server
This commit is contained in:
parent
83be5595ba
commit
643ecb1e14
24 changed files with 542 additions and 5 deletions
10
nixos/README.md
Normal file
10
nixos/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# NixOS configuration
|
||||
|
||||
## Building
|
||||
|
||||
```bash
|
||||
# For backend (Phobos)
|
||||
nixos-rebuild switch --flake /path/to/flake.nix/directory/#phobos
|
||||
# For frontend (Deimos)
|
||||
nixos-rebuild switch --flake /path/to/flake.nix/directory/#deimos
|
||||
```
|
||||
Reference in a new issue