Compare commits
96 Commits
staging-re
...
staging-de
| Author | SHA1 | Date | |
|---|---|---|---|
| e4752b616a | |||
| a17d61dc2c | |||
| d934c713a4 | |||
| 780ed237c8 | |||
| ff2ec4f1c3 | |||
| 206ca246c5 | |||
| 3ed1907949 | |||
| 09ec47838e | |||
| ffc227574e | |||
| 35b7ebec16 | |||
| 16f1da1499 | |||
| 6e9d8a9508 | |||
| b13e1ed085 | |||
| ace30dfb3c | |||
| 29a2139222 | |||
| 0fee90c429 | |||
| 4ceb339fef | |||
| b9c6219914 | |||
| 01c880c109 | |||
| eb7cda4c7b | |||
| 28a9799ccf | |||
| 2cc4a5709c | |||
| 02c6182d01 | |||
| 9c63415563 | |||
| dea2ab6784 | |||
| 49aa27bbc8 | |||
| a08bc94200 | |||
| e1dd6aea4f | |||
| 03528e2a4e | |||
| 2986bba31b | |||
| 30f5105cf4 | |||
| 5cd5940bf4 | |||
| 600a95dbd4 | |||
| 90395f2660 | |||
| 8c166090b9 | |||
| 7e6d51732d | |||
| 92e3979930 | |||
| 45e930984c | |||
| 93a0d5b181 | |||
| 33e3db9998 | |||
| bea98d56b8 | |||
| cadc2dd75d | |||
| 4252fc1ce4 | |||
| ae22a157c8 | |||
| e5acdb8b93 | |||
| d4ca1b54e5 | |||
| 76605b161d | |||
| d73ce0c15b | |||
| d3199e2cf8 | |||
| ef6967753f | |||
| efd568131c | |||
| 6af2b43ff3 | |||
| 5c595bc79e | |||
| e18eb1edcb | |||
| 112d658a72 | |||
| 5835f57a5f | |||
| d69cdfdfef | |||
| 3b37d6de07 | |||
| c7c4697863 | |||
| 772a6cfebb | |||
| 9135fe7b44 | |||
| 2e3605ca64 | |||
| 6e96b2b968 | |||
| c63b56960c | |||
| 6c1a655976 | |||
| 9e8e7d3dc1 | |||
| 6b7b0b358e | |||
| 6eadadb62b | |||
| 87ce6c9b47 | |||
| f1149f3465 | |||
| 18e9ccf85e | |||
| c8272eae79 | |||
| bad6f80846 | |||
| a7b9916635 | |||
| 335c5ffa2e | |||
| 691a555645 | |||
| e42eb92cb1 | |||
| d5c00b1854 | |||
| f28374d638 | |||
| f4b79077bd | |||
| 9223647909 | |||
| 6bdb8d2330 | |||
| 327852ff29 | |||
| ba881aefde | |||
| 3634ff0350 | |||
| b3157010c1 | |||
| 29493f7caf | |||
| adc1efc811 | |||
| feecfd2612 | |||
| ee48345a74 | |||
| 648335ec72 | |||
| dca86fa293 | |||
| 5b42059fd3 | |||
| fdca877096 | |||
| 10b0ac6cea | |||
| 5057ed2a05 |
2
.gitignore.txt
Normal file
2
.gitignore.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
custom.nix
|
||||
role-state.nix
|
||||
@@ -1,251 +0,0 @@
|
||||
# Sovran Systems offers limited support of a DIY install of Sovran_SystemsOS. You can reach out to others in the matrix room https://matrix.to/#/#DIY_Sovran_SystemsOS:anarchyislove.xyz.
|
||||
|
||||
# These instructions will change over time due to new software development and Sovran Systems creator finding more efficient ways to install Sovran_SystemsOS. 9-12-2024
|
||||
|
||||
# Also, to fully complete the install, the Bitcoin blockchain will have to download. This could take up to 3 weeks.
|
||||
|
||||
# Lastly, if you gift to the computer movement <https://zaps.sovransystems.com> to receive a Sovran Pro, you do not have to do any of this. It is all done for you. On top of that, the Bitcoin blockchain is already installed. 😉
|
||||
|
||||
### Requirements
|
||||
|
||||
1. First computer with Linux OS already installed (like NixOS, Ubuntu, Arch, etc.) to download and burn the NixOS image to a USB thumb drive.
|
||||
2. USB thumb drive 16GB or larger
|
||||
3. Second computer that is ready to have Sovran_SystemsOS installed (Safe Boot turned off in the UEFI[BIOS] and be prepared for the entire storage drive to be ERASED!).
|
||||
4. Second computer needs the following hardware specs:
|
||||
|
||||
- Intel or AMD processor (NO ARM processors)
|
||||
- 32GB of RAM or Larger
|
||||
- First main NVME internal drive to install Sovran_SystemsOS (500GB or larger)
|
||||
- Second NVME internal drive to store the Bitcoin blockchain and the automatic backups (NVME 4TB or larger)
|
||||
- Also, the second NVME internal drive needs to be installed FIRST into a USB enclosure. You will need a NVME USB enclosure. The USB enclosure will be plugged into the first Linux machine.
|
||||
|
||||
5. Working Internet connection for both computers
|
||||
6. Personalized Domain names already purchased from Njal.la. See the explanation here: https://sovransystems.com/how-to-setup/
|
||||
7. Your Router with ports open (Port Forwarding) to your second machine's internal IP address. This will usually be `192.168.1.(some number)` You will complete this at the end.
|
||||
|
||||
- Port 80
|
||||
- Port 443
|
||||
- Port 22
|
||||
- Port 5349
|
||||
- Port 8448
|
||||
|
||||
## Preparing the Second Internal Drive
|
||||
|
||||
1. Install the second NVME internal drive into the USB enclosure, NOT into the Second computer yet.
|
||||
2. Plug in the USB enclosure into the first computer with Linux OS already installed into one of its available USB ports.
|
||||
3. **Please Make Sure You Know The Existing Storage Names On This First Linux Computer. If You Run The Script Below And You Do Not Know What You Are Doing, You Could Potentially Erase Your First Linux Computer's Data. I Am Not Responsibly For Your Errors**
|
||||
4. Open a terminal in the first Linux computer and log in as root.
|
||||
5. Type in or copy and paste:
|
||||
|
||||
```bash
|
||||
wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/for_new_sovran_pros/sdpsp.sh
|
||||
```
|
||||
|
||||
then press enter.
|
||||
|
||||
6. Now, type `bash sdpsp.sh` then press enter.
|
||||
7. Then the screen will ask for "what block..." which will be the drive in the list that is not mounted, which will be the drive you just plugged in. It might be labeled `sda`, or `sdb` etc. Type in the drive name and press `enter`.
|
||||
8. Then the screen will ask for "what partition...,"which will be whatever you typed into the first prompt, but with a "1" on it. For example, `sda1` or `sdb1`. Type it into the terminal and press `enter`.
|
||||
9. Since the script is made to copy the blockchain from another Sovran Pro that already has the full blockchain installed it will throw an error. However, it should complete the setup just fine.
|
||||
10. Once complete, remove the second drive from the USB enclosure and install it into your second computer in which you are installing Sovran_SystemsOS.
|
||||
|
||||
## Preparing the First Main Internal Drive
|
||||
|
||||
### Procedure One - Installing base NixOS
|
||||
|
||||
1. Still on the first computer with Linux OS already installed, download the latest NixOS <u>minimal</u> (64-bit Intel/AMD) image from here: https://nixos.org/download
|
||||
2. Burn that ISO image onto the USB thumb drive.
|
||||
3. Insert the newly created USB thumb drive with the ISO image into the second computer (the one you are installing Sovran_SystemsOS).
|
||||
4. Reboot the second computer while the USB thumb drive is inserted and boot into the USB thumb drive. This may require you to press the F7 or F12 key at boot. (Also, make sure the second computer has "safe boot" turned off in the UEFI[BIOS]).
|
||||
5. Proceed with the NixOS boot menu
|
||||
6. Once at the command prompt type in `sudo su` to move to the root user
|
||||
7. Once logged into the root user type in `passwd` then set the root user password to `a`
|
||||
8. Type in `ip a` to get your internal IP address. It will usually be `192.1681.1.(somenumber)` make a note of this IP as you will need it later.
|
||||
9. Now, that you are logged in as the root user type in or copy and paste:
|
||||
|
||||
```bash
|
||||
curl https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/for_new_sovran_pros/psp_physical_ram.sh -o psp_physical_ram.sh
|
||||
```
|
||||
|
||||
the command to install the base NixOS and press enter.
|
||||
10. Now, type `bash psp_physical_ram.sh` then press enter.
|
||||
11. The script will ask for name of first main internal drive. It usually will be `nvme0n1`. Basically, it will be the drive without any data and it will not be mounted per the list on the screen. Type in the name and press enter on the keyboard.
|
||||
12. Then the script will ask for the 'Boot' partition. It will be the SMALLER partition and usually named `nvme0n1p1`. Type in the name and press enter on the keyboard.
|
||||
13. Then it will ask for the 'Primary' partition. It will be the LARGER partition usually named `nvme0n1p2`. Type in the name and press enter on the keyboard.
|
||||
14. The script will finish installing the base NixOS. At the end it will ask for a root password. Type `a` and press enter and type `a` again to confirm and press enter.
|
||||
15. The machine will reboot into a very basic install of NixOS command prompt.
|
||||
16. Remove the USB thumb drive from the second computer.
|
||||
|
||||
|
||||
### Procedure Two - Opening The Ports on Your Router - Internal IP
|
||||
|
||||
1. Go to port forwarding on your router and open the above mentioned ports to the internal IP (the one you found above) of your new Sovran_SystemsOS machine
|
||||
|
||||
|
||||
### Procedure Three - Installing Sovran_SystemsOS
|
||||
|
||||
|
||||
1. Now at the basic install of NixOS from Procedure One, type `root` to log into root and type the password `a` when asked then press enter.
|
||||
2. Now you are logged in as `root`.
|
||||
3. Now type in or copy and paste:
|
||||
|
||||
```bash
|
||||
wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/for_new_sovran_pros/sp.sh
|
||||
```
|
||||
|
||||
then press enter.
|
||||
4. Type in `bash sp.sh` then press enter.
|
||||
5. Next the script will ask for your domain names from Njal.la. Type them in the corresponding prompts and then press enter for each prompt.
|
||||
6. Then it will ask for an email for the SSL certificates. Type it in and press enter.
|
||||
7. The script is long so it will take some time.
|
||||
8. It will finish by stating `All Finished! Please Reboot then Enjoy your New Sovran Pro!`
|
||||
9. Press the power button on the machine for it to turn off THEN press it again to power the machine
|
||||
|
||||
## Finishing the Install
|
||||
|
||||
|
||||
### Putting the External IP of your New DIY Sovran Pro into your new domain names you just bought at [njal.la](https://njal.la)
|
||||
|
||||
1. On your New DIY Sovran Pro, log into your [njal.la](https://njal.la) account
|
||||
2. Make a "dynamic" record for each subdomain
|
||||
3. Njal.la will now display a `curl` command for each sub-domain.
|
||||
4. Open the `Terminal` on your New DIY Sovran Pro and type in or copy and paste:
|
||||
|
||||
```bash
|
||||
ssh root@localhost
|
||||
```
|
||||
It will as you for a password which is `gosovransystems` as this is the default temporary password from Sovran Systems.
|
||||
|
||||
Now you will be logged in as root.
|
||||
|
||||
5. Now type:
|
||||
|
||||
`nano /var/lib/njalla/njalla.sh`
|
||||
|
||||
and press enter.
|
||||
|
||||
|
||||
3. Paste the `curl` commands from njal.la's website for each sub-domain. Each `curl` command gets a new line. For example:
|
||||
|
||||
```bash
|
||||
...
|
||||
curl "https://njal.la/update/?h=test.testsovransystems.com&k=8n7vk3afj-jkyg37&a=${IP}"
|
||||
curl "https://njal.la/update/?h=zap.testsovransystems.com&k=8no*73afj-jkygi2ea=${IP}"
|
||||
...
|
||||
|
||||
```
|
||||
##### Make sure the default `&auto` from njal.la is replaced by `&a=${IP}` at the end of each `curl` command in the `/var/lib/njalla/njalla.sh` as in the example above.
|
||||
|
||||
7. After you have added all the sub-domins into `/var/lib/njalla/njalla.sh`, press `ctrl + s` then press `ctrl + x` to save and exit `nano`.
|
||||
|
||||
8. Close the `Terminal`.
|
||||
|
||||
### Setting the Desktop
|
||||
|
||||
1. Open the `Terminal` again and type in: `dconf load / < /home/free/Downloads/Sovran_SystemsOS-Desktop`. Do NOT log in as root.
|
||||
|
||||
2. Close the `Terminal`.
|
||||
|
||||
### Setting Up Nextcloud and Wordpress
|
||||
|
||||
#### Nextcloud
|
||||
|
||||
1. Open a web browser and navigate to your domain name you bought from [njal.la](https://njal.la) for example "cloud.myfreedomsite.com" you attributed to your Nextcloud instance.
|
||||
2. Nextcloud will as you to set up a new account to be used as a log in. Do so.
|
||||
3. Nextcloud will also ask you where you want the data directory. Type in `/var/lib/nextcloud/data`
|
||||
4. Nextcloud will ask you to connect the database:
|
||||
1. Choose `Postgresql` from the optoins.
|
||||
2. Database username is `ncusr`
|
||||
3. Database name is `nextclouddb`
|
||||
4. Database password is found by doing this:
|
||||
1. Open the `Terminal` again, then type in or copy and paste:
|
||||
|
||||
```bash
|
||||
ssh root@localhost
|
||||
```
|
||||
Now you will be logged in as root.
|
||||
|
||||
2. Now type:
|
||||
|
||||
`cat /var/lib/secrets/nextclouddb`
|
||||
|
||||
and press enter.
|
||||
|
||||
3. Your database password will be displayed in the `Terminal` window.
|
||||
4. Type that into the password field
|
||||
|
||||
5. Now, press `Install` on the Nextcloud website and Nextcloud will be installed. It will take a few minutes. Follow the on screen prompts.
|
||||
|
||||
#### Wordpress
|
||||
|
||||
1. Open a web browser and navigate to your domain name you bought from [njal.la](https://njal.la) for example "myfreedomsite.com" you attributed to your Wordpress instance.
|
||||
2. Wordpress will ask you to connect the database:
|
||||
1. Database username is `wpusr`
|
||||
2. Database name is `wordpressdb`
|
||||
4. Database password is found by doing this:
|
||||
1. Open the `Terminal` again, then type in or copy and paste:
|
||||
|
||||
```bash
|
||||
ssh root@localhost
|
||||
```
|
||||
Now you will be logged in as root.
|
||||
|
||||
2. Now type:
|
||||
|
||||
`cat /var/lib/secrets/wordpressdb`
|
||||
|
||||
and press enter.
|
||||
|
||||
3. Your database password will be displayed in the `Terminal` window.
|
||||
4. Type that into the password field
|
||||
|
||||
5. Now, press `Install` on the Wordpress website and Wordpress will be installed. It will take a few minutes. Follow the on screen prompts.
|
||||
|
||||
### Final Install for Coturn, Flatpak, and Nextcloud
|
||||
|
||||
1. Staying in the `Terminal` type in or copy and paste:
|
||||
|
||||
```bash
|
||||
sed -i '$e cat /var/lib/nextcloudaddition/nextcloudaddition' /var/lib/www/nextcloud/config/config.php
|
||||
|
||||
chown caddy:php /var/lib/www -R
|
||||
|
||||
chmod 700 /var/lib/www R
|
||||
```
|
||||
and press enter.
|
||||
|
||||
2. Now type or copy and paste:
|
||||
|
||||
```bash
|
||||
set DOMAIN $(cat /var/lib/domains/matrix) && cp -n /var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/{$DOMAIN}/{$DOMAIN}.crt /var/lib/coturn/{$DOMAIN}.crt.pem && cp -n /var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/{$DOMAIN}/{$DOMAIN}.key /var/lib/coturn/{$DOMAIN}.key.pem && chown turnserver:turnserver /var/lib/coturn -R && chmod 770 /var/lib/coturn -R && systemctl restart coturn
|
||||
```
|
||||
and press enter.
|
||||
|
||||
3. Now type or copy and paste:
|
||||
|
||||
```bash
|
||||
sudo -u free flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
```
|
||||
and press enter.
|
||||
|
||||
It will ask for your `Administrator` password and to get the password open a new `Terminal` window and type:
|
||||
|
||||
```bash
|
||||
ssh root@localhost
|
||||
```
|
||||
press enter.
|
||||
|
||||
Now you will be logged in as root.
|
||||
|
||||
Now type:
|
||||
|
||||
```bash
|
||||
cat /var/lib/secrets/main
|
||||
```
|
||||
Then the `Administrator`'s password will be displayed. Copy and paste the password into the other `Terminal` window that is open. Then press enter.
|
||||
|
||||
Now you can close the `Terminal`.
|
||||
|
||||
### Everything now will be installed regarding Sovran_SystemsOS. The remaining setup will be only for the front-end user account creations for BTCpayserver, Vaultwarden, connecting the node to Sparrow wallet and Bisq.
|
||||
|
||||
### Congratulations! 🎉
|
||||
797
LICENSE
797
LICENSE
@@ -1,202 +1,661 @@
|
||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
Version 3, 19 November 2007
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
Preamble
|
||||
|
||||
1. Definitions.
|
||||
The GNU Affero General Public License is a free, copyleft license for
|
||||
software and other kinds of works, specifically designed to ensure
|
||||
cooperation with the community in the case of network server software.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
our General Public Licenses are intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
Developers that use our General Public Licenses protect your rights
|
||||
with two steps: (1) assert copyright on the software, and (2) offer
|
||||
you this License which gives you legal permission to copy, distribute
|
||||
and/or modify the software.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
A secondary benefit of defending all users' freedom is that
|
||||
improvements made in alternate versions of the program, if they
|
||||
receive widespread use, become available for other developers to
|
||||
incorporate. Many developers of free software are heartened and
|
||||
encouraged by the resulting cooperation. However, in the case of
|
||||
software used on network servers, this result may fail to come about.
|
||||
The GNU General Public License permits making a modified version and
|
||||
letting the public access it on a server without ever releasing its
|
||||
source code to the public.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
The GNU Affero General Public License is designed specifically to
|
||||
ensure that, in such cases, the modified source code becomes available
|
||||
to the community. It requires the operator of a network server to
|
||||
provide the source code of the modified version running there to the
|
||||
users of that server. Therefore, public use of a modified version, on
|
||||
a publicly accessible server, gives the public access to the source
|
||||
code of the modified version.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
An older license, called the Affero General Public License and
|
||||
published by Affero, was designed to accomplish similar goals. This is
|
||||
a different license, not a version of the Affero GPL, but Affero has
|
||||
released a new version of the Affero GPL which permits relicensing under
|
||||
this license.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
0. Definitions.
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
"This License" refers to version 3 of the GNU Affero General Public License.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
1. Source Code.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
2. Basic Permissions.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Remote Network Interaction; Use with the GNU General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, if you modify the
|
||||
Program, your modified version must prominently offer all users
|
||||
interacting with it remotely through a computer network (if your version
|
||||
supports such interaction) an opportunity to receive the Corresponding
|
||||
Source of your version by providing access to the Corresponding Source
|
||||
from a network server at no charge, through some standard or customary
|
||||
means of facilitating copying of software. This Corresponding Source
|
||||
shall include the Corresponding Source for any work covered by version 3
|
||||
of the GNU General Public License that is incorporated pursuant to the
|
||||
following paragraph.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the work with which it is combined will remain governed by version
|
||||
3 of the GNU General Public License.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU Affero General Public License from time to time. Such new versions
|
||||
will be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU Affero General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU Affero General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU Affero General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If your software can interact with users remotely through a computer
|
||||
network, you should also make sure that it provides a way for users to
|
||||
get its source. For example, if your program is a web application, its
|
||||
interface could display a "Source" link that leads users to an archive
|
||||
of the code. There are many ways you could offer source, and different
|
||||
solutions will be better for different programs; see section 13 for the
|
||||
specific requirements.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU AGPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
|
||||
193
README.md
193
README.md
@@ -1,193 +0,0 @@
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<p align="center">
|
||||
<img width="600" src="sovran_systems_grey.png">
|
||||
</p>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
# Sovran_SystemsOS
|
||||
|
||||
### The Officaly Repository of Sovran_SystemsOS and the Sovran Pro
|
||||
|
||||
**A declarative, self-hosted server and desktop operating system built on NixOS by [Sovran Systems](https://sovransystems.com)**
|
||||
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
Sovran_SystemsOS is a fully integrated NixOS configuration that transforms a single machine into a personal cloud, communications hub, Bitcoin node, web server, and **daily-use desktop** — all managed declaratively.
|
||||
|
||||
**It comes preinstalled on The Sovran Pro**
|
||||
|
||||
Every service is pre-wired: reverse proxy routing, database initialization, firewall rules, automated backups, and inter-service communication are handled out of the box. Moreover, you can activate the other custom packages; the system does the rest.
|
||||
|
||||
---
|
||||
|
||||
## Architecture
|
||||
|
||||
Sovran_SystemsOS is structured as a set of NixOS modules exposed via a flake. A remote machine consumes the flake and selectively enables features through a simple configuration interface.
|
||||
|
||||
```
|
||||
Repository Main Flake (flake.nix)
|
||||
└── Sovran_SystemsOS flake (nixosModules.Sovran_SystemsOS)
|
||||
├── configuration.nix/ # Base system
|
||||
│ ├── gnome Desktop # Gnome Desktop Interface
|
||||
│ ├── caddy # Reverse proxy + HTTPS
|
||||
│ ├── nextcloud # Cloud storage
|
||||
│ ├── wordpress # CMS / publishing
|
||||
│ ├── element # Matrix Synapse via Element Messaging App
|
||||
├── modules/
|
||||
│ ├── bitcoinecosystem.nix # Bitcoin Core / Knots / BTCPay Server / Bitcoin Lightning
|
||||
│ ├── bip110.nix # Bip110 Node Consensus Policy
|
||||
│ ├── element-calling.nix # Matrix Synapse via Element + Element Voice and Video Calling
|
||||
│ ├── haven.nix # Nostr relay
|
||||
│ ├── mempool.nix # Mempool explorer
|
||||
│ ├── rdp.nix # Remote desktop (RDP)
|
||||
│ ├── vaultwarden.nix # Password management
|
||||
├── nix-bitcoin integration
|
||||
├── bitcoin clients integration
|
||||
│ ├── sparrow wallet # Trusted and Standard Open Source Bitcoin Wallet
|
||||
│ ├── bisq/bisq2 # Non KYC Bitcoin Buying and Selling
|
||||
├── agenix (secrets management)
|
||||
└── nixvim
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
### Feature Toggles
|
||||
|
||||
[Custom Add-On Guide](custom-add-ons.md)
|
||||
|
||||
Every major service is gated behind a feature flag. Enable only what you need:
|
||||
|
||||
```nix
|
||||
# custom.nix
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
sovran_systemsOS = {
|
||||
features = {
|
||||
bip110 = lib.mkForce true;
|
||||
element-calling = lib.mkForce true;
|
||||
haven = lib.mkForce true;
|
||||
mempool = lib.mkForce true;
|
||||
rdp = lib.mkForce true;
|
||||
};
|
||||
nostr_npub = "pasteyournpubhere";
|
||||
};
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
No unnecessary services run. No wasted resources.
|
||||
|
||||
---
|
||||
|
||||
### Service Stack
|
||||
|
||||
| Category | Service | Description |
|
||||
|---|---|---|
|
||||
| **Web** | Caddy | Automatic HTTPS, reverse proxy for all services |
|
||||
| **Cloud** | Nextcloud | File storage, sync, and collaboration |
|
||||
| **CMS** | WordPress | Self-hosted publishing and content management |
|
||||
| **Passwords** | Vaultwarden | Bitwarden-compatible password vault |
|
||||
| **Messaging** | Element/Matrix Synapse | Federated, decentralized messaging backend |
|
||||
| **Video/Voice Calling** | Element Video and Voice Calling | Decentralized Voice Over IP for Matrix with optional TURN/STUN |
|
||||
| **Bitcoin** | Bitcoin Core / Knots | **Full node with optional BIP-110 consensus policy** |
|
||||
| **Bitcoin Lightning** | LND | Full LND Node Connected over Tor intergrated into BTCPay Server |
|
||||
| **Payments** | BTCPay Server | Self-hosted Bitcoin payment processor |
|
||||
| **Explorer** | Mempool | Bitcoin mempool visualizer and block explorer |
|
||||
| **Nostr** | Haven | Nostr relay server |
|
||||
| **Remote Access** | GNOME Remote Desktop | RDP access with auto-generated TLS and credentials |
|
||||
|
||||
---
|
||||
|
||||
### Security
|
||||
|
||||
- **SSH hardened** — password authentication disabled by default
|
||||
- **Fail2ban** — active on https
|
||||
- **Agenix** — encrypted secrets management integrated into the flake
|
||||
- **Tor** — integration into the bitcoin ecosystem
|
||||
- **Firewall** — ports managed per-module; only enabled services are exposed
|
||||
|
||||
### Reliability
|
||||
|
||||
- **Automated backups** via rsnapshot
|
||||
- **Scheduled maintenance** via systemd timers
|
||||
- **Database initialization** handled declaratively
|
||||
- **Reproducible builds** — the main system is defined in code and can be rebuilt to match most systems
|
||||
|
||||
---
|
||||
|
||||
### Network Configuration
|
||||
|
||||
Sovran_SystemsOS hosts public-facing services (Wordpress, Element/Element Calling, Nextcloud, BTCPayserver, Haven Relay, and Vaultwarden) that require inbound connections from the internet. To make these services accessible outside your local network, you must configure **port forwarding** on your home router.
|
||||
|
||||
**Before deploying, ensure you have:**
|
||||
|
||||
- Access to your router's administration interface (typically at `192.168.1.1` or `192.168.0.1`)
|
||||
- The ability to create port forwarding rules
|
||||
- The local/private IP address of the machine running Sovran_SystemsOS
|
||||
- The external public IP address of the machine running Sovran_SystemsOS
|
||||
|
||||
**Required port forwards (depending on enabled features):**
|
||||
|
||||
Forward each port to the **private IP address** of your Sovran_SystemsOS machine. Only forward ports for services you have enabled.
|
||||
|
||||
> **Tip:** Assign a static IP or DHCP reservation to your Sovran_SystemsOS machine so the forwarding rules remain valid after reboots.
|
||||
|
||||
> **Note:** If your ISP uses CGNAT (Carrier-Grade NAT), standard port forwarding will not work. Contact your ISP to request a public IP address.
|
||||
|
||||
---
|
||||
|
||||
## Installation
|
||||
|
||||
### Full Guide (A bit outdated as of now... will be working on a smoother DIY soon)
|
||||
|
||||
👉 [DIY Install Sovran_SystemsOS](https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/src/branch/main/DIY%20Install%20Sovran_SystemsOS.md)
|
||||
|
||||
---
|
||||
|
||||
## Requirements
|
||||
|
||||
| Resource | Minimum | Recommended |
|
||||
|---|---|---|
|
||||
| CPU | 4 cores | 8+ cores |
|
||||
| RAM | 16 GB | 32+ GB |
|
||||
| Storage | 512 GB SSD + 4 TB SSD | 2GB SSD + 4+ TB SSD (Bitcoin node requires significant disk) |
|
||||
| Network | 100 Mbs Down/20 Mbs Up + No need for DDNS if domains are brought through https://njal.la | 1 Gbs Down/1 Gbs Up + No need for DDNS if domains are brought through https://njal.la |
|
||||
|
||||
---
|
||||
|
||||
## Community
|
||||
|
||||
| Channel | Link |
|
||||
|---|---|
|
||||
| General Chat | [#sovran-systems:anarchyislove.xyz](https://matrix.to/#/#sovran-systems:anarchyislove.xyz) |
|
||||
| DIY Support | [#DIY_Sovran_SystemsOS:anarchyislove.xyz](https://matrix.to/#/#DIY_Sovran_SystemsOS:anarchyislove.xyz) |
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
See [LICENSE](LICENSE) for details.
|
||||
|
||||
---
|
||||
|
||||
## Project Philosophy
|
||||
|
||||
Sovran_SystemsOS exists to provide a complete, self-hosted infrastructure stack that eliminates dependency on third-party platforms. It is opinionated by design — services are pre-integrated so you spend time using your system, not assembling it.
|
||||
|
||||
This is not a toolkit. It is a working system.
|
||||
|
||||
You retain full visibility into every module, every service definition, and every configuration choice. Nothing is hidden. Everything is reproducible.
|
||||
|
||||
---
|
||||
|
||||
**Be Digitally Sovereign**
|
||||
|
||||
490
configuration.nix
Executable file → Normal file
490
configuration.nix
Executable file → Normal file
@@ -1,317 +1,137 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
|
||||
let
|
||||
personalization = import ./modules/personalization.nix;
|
||||
in
|
||||
|
||||
{
|
||||
|
||||
imports =
|
||||
|
||||
[
|
||||
|
||||
./modules/modules.nix
|
||||
imports = [
|
||||
./modules/modules.nix
|
||||
./iso/branding.nix
|
||||
];
|
||||
|
||||
];
|
||||
# ── Boot ────────────────────────────────────────────────────
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# ── Filesystems ─────────────────────────────────────────────
|
||||
fileSystems."/run/media/Second_Drive" = {
|
||||
device = "LABEL=BTCEcoandBackup";
|
||||
fsType = "ext4";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
fileSystems."/boot/efi".options = [ "umask=0077" "defaults" ];
|
||||
|
||||
# Enable Automount without Fail for Internal Drive.
|
||||
fileSystems."/run/media/Second_Drive" = {
|
||||
device = "LABEL=BTCEcoandBackup";
|
||||
fsType = "ext4";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
# ── Nix Settings ────────────────────────────────────────────
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
download-buffer-size = 524288000;
|
||||
};
|
||||
|
||||
fileSystems."/boot/efi".options = [ "umask=0077" "defaults" ];
|
||||
# ── Networking ──────────────────────────────────────────────
|
||||
networking.hostName = "nixos";
|
||||
networking.networkmanager.enable = true;
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 8448 3051 ];
|
||||
networking.firewall.allowedUDPPorts = [ 80 443 8448 3051 ];
|
||||
networking.firewall.allowedUDPPortRanges = [
|
||||
{ from = 49152; to = 65535; }
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
download-buffer-size = 524288000;
|
||||
|
||||
};
|
||||
# ── Locale / Time ──────────────────────────────────────────
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
networking.hostName = "nixos"; # Define your hostname.
|
||||
# ── Desktop ────────────────────────────────────────────────
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.displayManager.gdm.autoSuspend = false;
|
||||
services.displayManager.gdm.wayland = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
services.printing.enable = true;
|
||||
systemd.enableEmergencyMode = false;
|
||||
environment.gnome.excludePackages = [ pkgs.gnome-tour ];
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
# ── Audio ──────────────────────────────────────────────────
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
# ── Users ──────────────────────────────────────────────────
|
||||
users.users.free = {
|
||||
isNormalUser = true;
|
||||
description = "free";
|
||||
extraGroups = [ "networkmanager" ];
|
||||
};
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
# Systemd Settings
|
||||
systemd.enableEmergencyMode = false;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
users.users = {
|
||||
free = {
|
||||
isNormalUser = true;
|
||||
description = "free";
|
||||
extraGroups = [ "networkmanager" ];
|
||||
};
|
||||
};
|
||||
|
||||
# Enable automatic login for the user.
|
||||
services.displayManager.autoLogin.enable = true;
|
||||
services.displayManager.autoLogin.user = "free";
|
||||
|
||||
# Allow Flatpak
|
||||
services.flatpak.enable = true;
|
||||
services.displayManager.autoLogin.enable = true;
|
||||
services.displayManager.autoLogin.user = "free";
|
||||
|
||||
# ── Flatpak ────────────────────────────────────────────────
|
||||
services.flatpak.enable = true;
|
||||
systemd.services.flatpak-repo = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
path = [ pkgs.flatpak ];
|
||||
script = ''
|
||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
script = ''
|
||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
'';
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# ── Packages ───────────────────────────────────────────────
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [ "jitsi-meet-1.0.8043" ];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
||||
"jitsi-meet-1.0.8043"
|
||||
];
|
||||
|
||||
# List packages installed
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
wget
|
||||
fish
|
||||
htop
|
||||
btop
|
||||
environment.systemPackages = with pkgs; [
|
||||
git wget fish htop btop
|
||||
gnomeExtensions.transparent-top-bar-adjustable-transparency
|
||||
gnomeExtensions.systemd-manager
|
||||
gnomeExtensions.systemd-manager
|
||||
gnomeExtensions.dash-to-dock
|
||||
gnomeExtensions.vitals
|
||||
gnomeExtensions.pop-shell
|
||||
gnomeExtensions.just-perfection
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.date-menu-formatter
|
||||
gnome-tweaks
|
||||
papirus-icon-theme
|
||||
ranger
|
||||
fastfetch
|
||||
gedit
|
||||
matrix-synapse
|
||||
openssl
|
||||
pwgen
|
||||
aspell
|
||||
aspellDicts.en
|
||||
lm_sensors
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
synadm
|
||||
brave
|
||||
dua
|
||||
bitwarden-desktop
|
||||
gparted
|
||||
pv
|
||||
unzip
|
||||
parted
|
||||
screen
|
||||
zenity
|
||||
libargon2
|
||||
gnome-terminal
|
||||
libreoffice-fresh
|
||||
dig
|
||||
firefox
|
||||
element-desktop
|
||||
wp-cli
|
||||
axel
|
||||
lk-jwt-service
|
||||
livekit-libwebrtc
|
||||
livekit-cli
|
||||
livekit
|
||||
];
|
||||
gnomeExtensions.vitals
|
||||
gnomeExtensions.pop-shell
|
||||
gnomeExtensions.just-perfection
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.date-menu-formatter
|
||||
gnome-tweaks papirus-icon-theme
|
||||
ranger fastfetch gedit openssl pwgen
|
||||
aspell aspellDicts.en lm_sensors
|
||||
hunspell hunspellDicts.en_US
|
||||
synadm brave dua bitwarden-desktop
|
||||
gparted pv unzip parted screen zenity
|
||||
libargon2 gnome-terminal libreoffice-fresh
|
||||
dig firefox element-desktop wp-cli axel
|
||||
lk-jwt-service livekit-libwebrtc livekit-cli livekit
|
||||
matrix-synapse age
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
colorschemes.catppuccin.enable = true;
|
||||
plugins.lualine.enable = true;
|
||||
# ── Shell ──────────────────────────────────────────────────
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
colorschemes.catppuccin.enable = true;
|
||||
plugins.lualine.enable = true;
|
||||
};
|
||||
|
||||
programs.bash.promptInit = "fish";
|
||||
programs.fish = { enable = true; promptInit = "fastfetch"; };
|
||||
|
||||
programs.bash.promptInit = "fish";
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
promptInit = "fastfetch";
|
||||
};
|
||||
|
||||
####### CADDY #######
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
user = "caddy";
|
||||
group = "root";
|
||||
email = "${personalization.caddy_email_for_acme}";
|
||||
|
||||
virtualHosts = {
|
||||
"${personalization.wordpress_url}" = {
|
||||
extraConfig = ''
|
||||
encode gzip zstd
|
||||
root * /var/lib/www/wordpress
|
||||
php_fastcgi unix//run/phpfpm/mypool.sock
|
||||
file_server browse
|
||||
'';
|
||||
};
|
||||
|
||||
"${personalization.nextcloud_url}" = {
|
||||
extraConfig = ''
|
||||
encode gzip zstd
|
||||
root * /var/lib/www/nextcloud
|
||||
php_fastcgi unix//run/phpfpm/mypool.sock {
|
||||
trusted_proxies private_ranges
|
||||
}
|
||||
file_server
|
||||
redir /.well-known/carddav /remote.php/dav/ 301
|
||||
redir /.well-known/caldav /remote.php/dav/ 301
|
||||
header {
|
||||
Strict-Transport-Security max-age=31536000;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
"${personalization.matrix_url}" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy /_matrix/* http://localhost:8008
|
||||
reverse_proxy /_synapse/client/* http://localhost:8008
|
||||
'';
|
||||
};
|
||||
|
||||
"${personalization.matrix_url}:8448" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy http://localhost:8008
|
||||
'';
|
||||
};
|
||||
|
||||
"${personalization.btcpayserver_url}" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy http://localhost:23000
|
||||
encode gzip zstd
|
||||
'';
|
||||
};
|
||||
|
||||
"https://${personalization.vaultwarden_url}" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy http://localhost:8777
|
||||
encode gzip zstd
|
||||
'';
|
||||
};
|
||||
|
||||
":3051" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy :3050
|
||||
encode gzip zstd
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
###### AGENIX ######
|
||||
age.identityPaths = [ "/root/.ssh/agenix/agenix-secret-keys" ];
|
||||
|
||||
age.secrets.matrix_reg_secret = {
|
||||
|
||||
file = /var/lib/agenix-secrets/matrix_reg_secret.age;
|
||||
mode = "770";
|
||||
owner = "matrix-synapse";
|
||||
group = "matrix-synapse";
|
||||
|
||||
# ── PostgreSQL base ────────────────────────────────────────
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
authentication = lib.mkForce ''
|
||||
local all all trust
|
||||
host all all 127.0.0.1/32 trust
|
||||
host all all ::1/128 trust
|
||||
'';
|
||||
};
|
||||
|
||||
###### CREATE DATABASE (WORDPRESS, MATRIX_SYNAPSE, AND NEXTCLOUD) #######
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
|
||||
services.postgresql.authentication = lib.mkForce ''
|
||||
# Generated file; do not edit!
|
||||
# TYPE DATABASE USER ADDRESS METHOD
|
||||
local all all trust
|
||||
host all all 127.0.0.1/32 trust
|
||||
host all all ::1/128 trust
|
||||
'';
|
||||
|
||||
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
};
|
||||
|
||||
|
||||
services.postgresql.initialScript = pkgs.writeText "begin-init.sql" ''
|
||||
CREATE ROLE "ncusr" WITH LOGIN PASSWORD '${personalization.nextclouddb}';
|
||||
CREATE DATABASE "nextclouddb" WITH OWNER "ncusr"
|
||||
TEMPLATE template0
|
||||
LC_COLLATE = "C"
|
||||
LC_CTYPE = "C";
|
||||
|
||||
|
||||
CREATE ROLE "matrix-synapse" WITH LOGIN PASSWORD '${personalization.matrixdb}';
|
||||
CREATE DATABASE "matrix-synapse" WITH OWNER "matrix-synapse"
|
||||
TEMPLATE template0
|
||||
LC_COLLATE = "C"
|
||||
LC_CTYPE = "C";
|
||||
|
||||
''
|
||||
;
|
||||
|
||||
services.mysql.initialScript = pkgs.writeText "wordpress-init.sql" ''
|
||||
CREATE DATABASE wordpressdb;
|
||||
CREATE USER 'wpusr'@'localhost' IDENTIFIED BY '${personalization.wordpressdb}';
|
||||
GRANT ALL ON wordpressdb.* TO 'wpusr'@'localhost';
|
||||
FLUSH PRIVILEGES;
|
||||
''
|
||||
;
|
||||
|
||||
####### KEEP AWAKE for DISPLAY and HEADLESS #######
|
||||
services.displayManager.gdm.autoSuspend = false;
|
||||
|
||||
|
||||
####### BACKUP TO INTERNAL DRIVE #######
|
||||
services.rsnapshot = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
# ── Backups ────────────────────────────────────────────────
|
||||
services.rsnapshot = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
snapshot_root /run/media/Second_Drive/BTCEcoandBackup/NixOS_Snapshot_Backup
|
||||
retain hourly 5
|
||||
retain daily 5
|
||||
@@ -319,81 +139,43 @@ backup /home/ localhost/
|
||||
backup /var/lib/ localhost/
|
||||
backup /etc/nixos/ localhost/
|
||||
backup /etc/nix-bitcoin-secrets/ localhost/
|
||||
'';
|
||||
cronIntervals = {
|
||||
daily = "50 21 * * *";
|
||||
hourly = "0 * * * *";
|
||||
};
|
||||
};
|
||||
'';
|
||||
cronIntervals = {
|
||||
daily = "50 21 * * *";
|
||||
hourly = "0 * * * *";
|
||||
};
|
||||
};
|
||||
|
||||
# ── Cron ───────────────────────────────────────────────────
|
||||
services.cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
"*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/njalla/njalla.sh"
|
||||
"*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/external_ip/external_ip.sh"
|
||||
];
|
||||
};
|
||||
|
||||
####### CRON #######
|
||||
services.cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
|
||||
"*/5 * * * * caddy /run/current-system/sw/bin/php -f /var/lib/www/nextcloud/cron.php"
|
||||
"*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/njalla/njalla.sh"
|
||||
"*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/external_ip/external_ip.sh"
|
||||
"0 0 * * 0 docker-user yes | /run/current-system/sw/bin/docker system prune -a"
|
||||
|
||||
];
|
||||
};
|
||||
# ── Tor ────────────────────────────────────────────────────
|
||||
services.tor = { enable = true; client.enable = true; torsocks.enable = true; };
|
||||
|
||||
# ── SSH ────────────────────────────────────────────────────
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
####### TOR #######
|
||||
services.tor = {
|
||||
enable = true;
|
||||
client.enable = true;
|
||||
torsocks.enable = true;
|
||||
};
|
||||
|
||||
services.privoxy.enableTor = true;
|
||||
# ── Fail2Ban ───────────────────────────────────────────────
|
||||
services.fail2ban = {
|
||||
enable = true;
|
||||
ignoreIP = [ "127.0.0.0/8" "10.0.0.0/8" "172.16.0.0/12" "192.168.0.0/16" "8.8.8.8" ];
|
||||
};
|
||||
|
||||
# ── Garbage Collection ─────────────────────────────────────
|
||||
nix.gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 7d"; };
|
||||
|
||||
####### Enable the SSH #######
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
#######FailtoBan#######
|
||||
services.fail2ban = {
|
||||
enable = true;
|
||||
ignoreIP = [
|
||||
"127.0.0.0/8"
|
||||
"10.0.0.0/8"
|
||||
"172.16.0.0/12"
|
||||
"192.168.0.0/16"
|
||||
"8.8.8.8"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
####### Open ports in the firewall #######
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3051 ];
|
||||
networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3051 ];
|
||||
|
||||
networking.firewall.allowedUDPPortRanges = [
|
||||
{ from=49152; to=65535; } # TURN relay
|
||||
];
|
||||
|
||||
networking.firewall.enable = true;
|
||||
|
||||
|
||||
####### AUTO COLLECT GARABAGE #######
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
}
|
||||
|
||||
@@ -1,124 +0,0 @@
|
||||
## Custom Add-ons for Sovran_SystemsOS and The Sovran Pro
|
||||
|
||||
Add-ons are extra features you can have enabled before your Sovran Pro is shipped to you or you can enable them yourself.
|
||||
|
||||
## The information about each Feature
|
||||
|
||||
1. Since Sovran_SystemsOS runs Bitcoin Knots by default as opposed to Bitcion Core, you can customize your Sovran Pro's Bitcoin node to run Bitcoin Core.
|
||||
|
||||
https://github.com/bitcoin/bitcoin
|
||||
|
||||
2. BIP-110 keeps Bitcoin more efficient as Peer to Peer Cash and you can run it along side your Bitocoin node.
|
||||
|
||||
https://github.com/bitcoin/bips/blob/master/bip-0110.mediawiki
|
||||
|
||||
3. The Bitcoin Mempool can be added and can be accessed via Tor or on your local network.
|
||||
|
||||
https://github.com/mempool/mempool
|
||||
|
||||
4. The Haven Relay for NOSTR (NOTES AND OTHER STUFF TRANSMITED BY RELAYS) is a Decenterized Social Media/File Sharing.
|
||||
|
||||
https://github.com/barrydeen/haven
|
||||
|
||||
5. You can run the new Element Voice and Video calling backend.
|
||||
|
||||
https://github.com/element-hq/element-call
|
||||
|
||||
6. You can run the Gnome Remote Desktop to view your desktop from another computer in the nextwork.
|
||||
|
||||
https://gitlab.gnome.org/GNOME/gnome-remote-desktop
|
||||
|
||||
|
||||
---
|
||||
|
||||
## The DIY for each Feature
|
||||
|
||||
All code belongs in the `custom.nix` file located at `/etc/nixos/custom.nix`.
|
||||
|
||||
If you would like to enable these features yourself after you have received your Sovran Pro, then open the *terminal* app and type or paste in
|
||||
|
||||
```bash
|
||||
ssh root@localhost
|
||||
```
|
||||
Type in the password in the diaolog box if necessary. It is the same password to run the Sovran_Systems_Updater app.
|
||||
|
||||
Then press enter.
|
||||
|
||||
Next, type or paste in
|
||||
```bash
|
||||
nano /etc/nixos/custom.nix
|
||||
```
|
||||
Then press enter.
|
||||
|
||||
Next type or paste the codes below *(Code for each Feature)* each on their own line into the termainl/nano window right above the last `}`
|
||||
|
||||
Once done, press `ctr s` then `ctr x` to save and exit.
|
||||
|
||||
Last, type or paste in
|
||||
```bash
|
||||
nixos-rebuild switch --impure
|
||||
```
|
||||
Then press enter.
|
||||
|
||||
After it is done bulding, reboot your Sovran Pro typeing or pasting in
|
||||
```bash
|
||||
reboot
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
|
||||
## The code for each Feature (All Features are disabled by default)
|
||||
|
||||
1. The code to enable Bitcoin Core is as follows:
|
||||
|
||||
```nix
|
||||
sovran_systemsOS.features.bitcoin-core = lib.mkForce true;
|
||||
```
|
||||
|
||||
2. The code to enable BIP-110 is as follows:
|
||||
|
||||
```nix
|
||||
sovran_systemsOS.features.bip110 = lib.mkForce true;
|
||||
```
|
||||
|
||||
3. The code to enable Mempool is as follows:
|
||||
|
||||
```nix
|
||||
sovran_systemsOS.features.mempool = lib.mkForce true;
|
||||
```
|
||||
|
||||
4. The code to enable Haven Relay is as follows (also Haven will need a new domain to work):
|
||||
|
||||
```nix
|
||||
sovran_systemsOS.features.haven = lib.mkForce true;
|
||||
sovran_systemsOS.nostr_npub = "pasteyournpubhere";
|
||||
```
|
||||
|
||||
5. The code to enable Element Calling is as follows (also Element Calling will need a new domain to work):
|
||||
|
||||
```nix
|
||||
sovran_systemsOS.features.element-calling = lib.mkForce true;
|
||||
```
|
||||
|
||||
6. The code to enable Gnome Remote Desktop is as follows:
|
||||
|
||||
```nix
|
||||
sovran_systemsOS.features.rdp = lib.mkForce true;
|
||||
```
|
||||
Next, in a open the terminal app and in the new window paste this in:
|
||||
|
||||
```bash
|
||||
ssh root@localhost
|
||||
```
|
||||
Press enter
|
||||
|
||||
Type in the password if required. It will be the same password to run the Sovran_SystemsOS_Updater app.
|
||||
|
||||
Last, paste in this command to see the log in information to log in from any RDP client software (i.e. Remmina) from any computer on your home network
|
||||
```bash
|
||||
cat /var/lib/gnome-remote-desktop/rdp-credentials
|
||||
```
|
||||
|
||||
|
||||
|
||||
127
custom.template.nix
Normal file
127
custom.template.nix
Normal file
@@ -0,0 +1,127 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
###########################################################
|
||||
# #
|
||||
# Sovran_SystemsOS — custom.nix #
|
||||
# #
|
||||
# This is YOUR configuration file. Edit it to customize #
|
||||
# which services and features run on your machine. #
|
||||
# #
|
||||
# After making changes, rebuild with: #
|
||||
# #
|
||||
# nixos-rebuild switch #
|
||||
# #
|
||||
###########################################################
|
||||
|
||||
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
# STEP 1: CHOOSE YOUR ROLE
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
#
|
||||
# Your initial role was selected during installation.
|
||||
# To CHANGE your role, uncomment exactly ONE of the lines below.
|
||||
#
|
||||
# Server+Desktop: Full server + desktop environment
|
||||
# Desktop Only: Desktop environment, no server services
|
||||
# Node (Bitcoin Only): Bitcoin ecosystem
|
||||
#
|
||||
# ───────────────────────────────────────────────────────────
|
||||
|
||||
# sovran_systemsOS.roles.server_plus_desktop = true;
|
||||
# sovran_systemsOS.roles.desktop = true;
|
||||
# sovran_systemsOS.roles.node = true;
|
||||
|
||||
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
# STEP 2: SERVICES (default: ON)
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
#
|
||||
# These are all ON by default in the Server+Desktop role.
|
||||
# Set any to "false" to disable it.
|
||||
#
|
||||
# ┌─────────────────────┬────────────────────────────────┐
|
||||
# │ Service │ What it does │
|
||||
# ├─────────────────────┼────────────────────────────────┤
|
||||
# │ synapse │ Matrix Synapse homeserver │
|
||||
# │ bitcoin │ Bitcoin ecosystem (bitcoind, │
|
||||
# │ │ electrs, lnd, rtl, btcpay) │
|
||||
# │ vaultwarden │ Vaultwarden password manager │
|
||||
# │ wordpress │ WordPress website │
|
||||
# │ nextcloud │ Nextcloud file hosting │
|
||||
# └─────────────────────┴────────────────────────────────┘
|
||||
#
|
||||
# Example — disable WordPress and Nextcloud:
|
||||
#
|
||||
# sovran_systemsOS.services.wordpress = false;
|
||||
# sovran_systemsOS.services.nextcloud = false;
|
||||
#
|
||||
# ───────────────────────────────────────────────────────────
|
||||
|
||||
# sovran_systemsOS.services.wordpress = false;
|
||||
|
||||
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
# STEP 3: FEATURES (default: OFF)
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
#
|
||||
# These are OFF by default. Set to "true" to enable.
|
||||
#
|
||||
# ┌─────────────────────┬────────────────────────────────┐
|
||||
# │ Feature │ What it does │
|
||||
# ├─────────────────────┼────────────────────────────────┤
|
||||
# │ haven │ Haven NOSTR relay & Blossom │
|
||||
# │ bip110 │ BIP-110 Bitcoin Better Money │
|
||||
# │ mempool │ Mempool.space block explorer │
|
||||
# │ element-calling │ LiveKit server for Matrix │
|
||||
# │ rdp │ GNOME Remote Desktop (RDP) │
|
||||
# │ bitcoin-core │ Bitcoin Core GUI desktop app │
|
||||
# └─────────────────────┴─────<E29480><E29480><EFBFBD>──────────────────────────┘
|
||||
#
|
||||
# Example — enable element video calling:
|
||||
#
|
||||
# sovran_systemsOS.features.element-calling = true;
|
||||
#
|
||||
# ───────────────────────────────────────────────────────────
|
||||
|
||||
# sovran_systemsOS.features.element-calling = true;
|
||||
|
||||
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
# STEP 4: WEB EXPOSURE (default: ON)
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
#
|
||||
# Controls whether Caddy serves this application to the web.
|
||||
# (Does not stop the application itself from running).
|
||||
#
|
||||
# ┌─────────────────────┬────────────────────────────────┐
|
||||
# │ Option │ Default │
|
||||
# ├─────────────────────┼────────────────────────────────┤
|
||||
# │ btcpayserver │ true (false in Node role) │
|
||||
# └─────────────────────┴────────────────────────────────┘
|
||||
#
|
||||
# Example — hide BTCPay from the web:
|
||||
#
|
||||
# sovran_systemsOS.web.btcpayserver = false;
|
||||
#
|
||||
# ───────────────────────────────────────────────────────────
|
||||
|
||||
# sovran_systemsOS.web.btcpayserver = false;
|
||||
|
||||
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
# STEP 5: NOSTR PUBLIC KEY (required for Haven)
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
#
|
||||
# If you enabled Haven above, paste your npub here.
|
||||
# Haven will NOT start without a valid npub.
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# sovran_systemsOS.nostr_npub = "npub1abc123...";
|
||||
#
|
||||
# ───────────────────────────────────────────────────────────
|
||||
|
||||
# sovran_systemsOS.nostr_npub = "";
|
||||
|
||||
}
|
||||
102
flake.lock
generated
102
flake.lock
generated
@@ -1,29 +1,8 @@
|
||||
{
|
||||
"nodes": {
|
||||
"agenix": {
|
||||
"inputs": {
|
||||
"darwin": [],
|
||||
"home-manager": "home-manager",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1770165109,
|
||||
"narHash": "sha256-9VnK6Oqai65puVJ4WYtCTvlJeXxMzAp/69HhQuTdl/I=",
|
||||
"owner": "ryantm",
|
||||
"repo": "agenix",
|
||||
"rev": "b027ee29d959fda4b60b57566d64c98a202e0feb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "ryantm",
|
||||
"repo": "agenix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"bip110": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_2"
|
||||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1773169138,
|
||||
@@ -41,7 +20,7 @@
|
||||
},
|
||||
"btc-clients": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"oldNixpkgs": "oldNixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
@@ -107,7 +86,7 @@
|
||||
},
|
||||
"flake-utils": {
|
||||
"inputs": {
|
||||
"systems": "systems_2"
|
||||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1731533236,
|
||||
@@ -123,32 +102,11 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"agenix",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1745494811,
|
||||
"narHash": "sha256-YZCh2o9Ua1n9uCvrvi5pRxtuVNml8X2a03qIFfRKpFs=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "abfad3d2958c9e6300a883bd443512c55dfeb1be",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nix-bitcoin": {
|
||||
"inputs": {
|
||||
"extra-container": "extra-container",
|
||||
"flake-utils": "flake-utils",
|
||||
"nixpkgs": "nixpkgs_4",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"nixpkgs-25_05": "nixpkgs-25_05",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable"
|
||||
},
|
||||
@@ -169,16 +127,16 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1754028485,
|
||||
"narHash": "sha256-IiiXB3BDTi6UqzAZcf2S797hWEPCRZOwyNThJIYhUfk=",
|
||||
"lastModified": 1772380631,
|
||||
"narHash": "sha256-FhW0uxeXjefINP0vUD4yRBB52Us7fXZPk9RiPAopfiY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "59e69648d345d6e8fef86158c555730fa12af9de",
|
||||
"rev": "6d3b61b190a899042ce82a5355111976ba76d698",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-25.05",
|
||||
"owner": "nixos",
|
||||
"ref": "master",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
@@ -242,27 +200,11 @@
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "master",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1772380631,
|
||||
"narHash": "sha256-FhW0uxeXjefINP0vUD4yRBB52Us7fXZPk9RiPAopfiY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6d3b61b190a899042ce82a5355111976ba76d698",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1767480499,
|
||||
"narHash": "sha256-8IQQUorUGiSmFaPnLSo2+T+rjHtiNWc+OAzeHck7N48=",
|
||||
@@ -278,7 +220,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_5": {
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1774106199,
|
||||
"narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=",
|
||||
@@ -294,7 +236,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_6": {
|
||||
"nixpkgs_5": {
|
||||
"locked": {
|
||||
"lastModified": 1770380644,
|
||||
"narHash": "sha256-P7dWMHRUWG5m4G+06jDyThXO7kwSk46C1kgjEWcybkE=",
|
||||
@@ -313,8 +255,8 @@
|
||||
"nixvim": {
|
||||
"inputs": {
|
||||
"flake-parts": "flake-parts",
|
||||
"nixpkgs": "nixpkgs_6",
|
||||
"systems": "systems_3"
|
||||
"nixpkgs": "nixpkgs_5",
|
||||
"systems": "systems_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1774309640,
|
||||
@@ -348,11 +290,10 @@
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
"bip110": "bip110",
|
||||
"btc-clients": "btc-clients",
|
||||
"nix-bitcoin": "nix-bitcoin",
|
||||
"nixpkgs": "nixpkgs_5",
|
||||
"nixpkgs": "nixpkgs_4",
|
||||
"nixpkgs-stable": "nixpkgs-stable",
|
||||
"nixvim": "nixvim"
|
||||
}
|
||||
@@ -386,21 +327,6 @@
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"systems_3": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
|
||||
54
flake.nix
54
flake.nix
@@ -2,71 +2,69 @@
|
||||
description = "The Ultimate Sovran_SystemsOS Configuration from Sovran Systems";
|
||||
|
||||
inputs = {
|
||||
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
nix-bitcoin.url = "github:fort-nix/nix-bitcoin/release";
|
||||
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
|
||||
agenix.inputs.darwin.follows = "";
|
||||
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
|
||||
btc-clients.url = "github:emmanuelrosa/btc-clients-nix";
|
||||
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
|
||||
bip110.url = "github:emmanuelrosa/bitcoin-knots-bip-110-nix";
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, btc-clients, nixpkgs-stable, bip110, ... }:
|
||||
outputs = { self, nixpkgs, nix-bitcoin, nixvim, btc-clients, nixpkgs-stable, bip110, ... }:
|
||||
|
||||
let
|
||||
|
||||
overlay-stable = final: prev: {
|
||||
|
||||
stable = import nixpkgs-stable {
|
||||
system = prev.stdenv.hostPlatform.system;
|
||||
config.allowUnfree = true;
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
in
|
||||
|
||||
{
|
||||
|
||||
{
|
||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||
|
||||
modules = [
|
||||
{ nixpkgs.hostPlatform = "x86_64-linux"; }
|
||||
self.nixosModules.Sovran_SystemsOS
|
||||
/etc/nixos/role-state.nix
|
||||
/etc/nixos/custom.nix
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
nixosModules.Sovran_SystemsOS = { pkgs, lib, config, ... }: {
|
||||
|
||||
nixosConfigurations.sovran-iso-desktop = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
{ nixpkgs.hostPlatform = "x86_64-linux"; }
|
||||
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-stable ]; })
|
||||
./iso/desktop.nix
|
||||
nix-bitcoin.nixosModules.default
|
||||
nixvim.nixosModules.nixvim
|
||||
];
|
||||
};
|
||||
|
||||
nixosConfigurations.sovran-iso-server = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
{ nixpkgs.hostPlatform = "x86_64-linux"; }
|
||||
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-stable ]; })
|
||||
./iso/server.nix
|
||||
nix-bitcoin.nixosModules.default
|
||||
nixvim.nixosModules.nixvim
|
||||
];
|
||||
};
|
||||
|
||||
nixosModules.Sovran_SystemsOS = { pkgs, lib, config, ... }: {
|
||||
imports = [
|
||||
({ config, pkgs, ... }: {
|
||||
nixpkgs.overlays = [ overlay-stable ];
|
||||
})
|
||||
|
||||
./configuration.nix
|
||||
nix-bitcoin.nixosModules.default
|
||||
agenix.nixosModules.default
|
||||
nixvim.nixosModules.nixvim
|
||||
];
|
||||
|
||||
config = {
|
||||
environment.systemPackages = with pkgs; [
|
||||
btc-clients.packages.${pkgs.system}.bisq
|
||||
btc-clients.packages.${pkgs.system}.bisq2
|
||||
btc-clients.packages.${pkgs.system}.sparrow
|
||||
];
|
||||
|
||||
sovran_systemsOS.packages.bip110 = bip110.packages.${pkgs.system}.bitcoind-knots-bip-110;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,472 +0,0 @@
|
||||
[com/ftpix/transparentbar]
|
||||
dark-full-screen=false
|
||||
|
||||
[org/gnome/Connections]
|
||||
first-run=false
|
||||
|
||||
[org/gnome/Console]
|
||||
font-scale=1.6000000000000005
|
||||
last-window-size=(1912, 1037)
|
||||
|
||||
[org/gnome/Geary]
|
||||
migrated-config=true
|
||||
window-height=516
|
||||
window-width=954
|
||||
|
||||
[org/gnome/TextEditor]
|
||||
last-save-directory='file:///home/free/Downloads'
|
||||
|
||||
[org/gnome/Totem]
|
||||
active-plugins=['mpris', 'vimeo', 'screenshot', 'movie-properties', 'autoload-subtitles', 'screensaver', 'apple-trailers', 'save-file', 'rotation', 'open-directory', 'recent', 'variable-rate', 'skipto']
|
||||
subtitle-encoding='UTF-8'
|
||||
|
||||
[org/gnome/baobab/ui]
|
||||
is-maximized=false
|
||||
window-size=(1912, 1037)
|
||||
|
||||
[org/gnome/calculator]
|
||||
accuracy=9
|
||||
angle-units='degrees'
|
||||
base=10
|
||||
button-mode='basic'
|
||||
number-format='automatic'
|
||||
show-thousands=false
|
||||
show-zeroes=false
|
||||
source-currency=''
|
||||
source-units='degree'
|
||||
target-currency=''
|
||||
target-units='radian'
|
||||
word-size=64
|
||||
|
||||
[org/gnome/calendar]
|
||||
active-view='month'
|
||||
window-maximized=false
|
||||
window-size=(1912, 1037)
|
||||
|
||||
[org/gnome/control-center]
|
||||
last-panel='background'
|
||||
window-state=(1912, 1040, false)
|
||||
|
||||
[org/gnome/desktop/app-folders]
|
||||
folder-children=['Utilities', 'YaST', 'd737daeb-6dbb-4a5d-9ec7-e674398539ce', '7d66e46a-a135-4e42-91bb-d438e499d251', '3fea025e-f5e4-4905-9912-e70e38cd0419', '83d8148a-1f0b-4f83-814a-11c33ab8debc', '68c075b1-a254-4b7c-ba63-c45f88bc2a58', '534e2716-83c7-4a2a-9678-8144999213ed', '4acaa2d8-d284-4efd-bba3-40f150f1ace5', '1e62b69b-d9bb-4e80-be8d-5e9b4d777fc8']
|
||||
|
||||
[org/gnome/desktop/app-folders/folders/1e62b69b-d9bb-4e80-be8d-5e9b4d777fc8]
|
||||
apps=['math.desktop', 'writer.desktop', 'impress.desktop', 'draw.desktop', 'calc.desktop', 'base.desktop', 'startcenter.desktop']
|
||||
name='Office'
|
||||
|
||||
[org/gnome/desktop/app-folders/folders/3fea025e-f5e4-4905-9912-e70e38cd0419]
|
||||
apps=['cups.desktop', 'simple-scan.desktop']
|
||||
name='Printing'
|
||||
translate=false
|
||||
|
||||
[org/gnome/desktop/app-folders/folders/4acaa2d8-d284-4efd-bba3-40f150f1ace5]
|
||||
apps=['org.gnome.DiskUtility.desktop', 'org.gnome.baobab.desktop', 'gparted.desktop', 'gnome-system-monitor.desktop']
|
||||
name='Utilities'
|
||||
|
||||
[org/gnome/desktop/app-folders/folders/534e2716-83c7-4a2a-9678-8144999213ed]
|
||||
apps=['org.gnome.Epiphany.desktop', 'librewolf.desktop', 'io.lbry.lbry-app.desktop', 'bitwarden.desktop', 'com.nextcloud.desktopclient.nextcloud.desktop', 'brave-browser.desktop', 'chromium-browser.desktop']
|
||||
name='Internet'
|
||||
|
||||
[org/gnome/desktop/app-folders/folders/68c075b1-a254-4b7c-ba63-c45f88bc2a58]
|
||||
apps=['org.gnome.Extensions.desktop', 'org.gnome.tweaks.desktop']
|
||||
name='Customize Look'
|
||||
translate=false
|
||||
|
||||
[org/gnome/desktop/app-folders/folders/7d66e46a-a135-4e42-91bb-d438e499d251]
|
||||
apps=['org.gnome.Photos.desktop', 'org.gnome.Music.desktop', 'org.gnome.Totem.desktop', 'org.gnome.Cheese.desktop', 'org.gnome.Loupe.desktop', 'org.gnome.Snapshot.desktop']
|
||||
name='Media'
|
||||
translate=false
|
||||
|
||||
[org/gnome/desktop/app-folders/folders/83d8148a-1f0b-4f83-814a-11c33ab8debc]
|
||||
apps=['org.gnome.Tour.desktop', 'yelp.desktop', 'nixos-manual.desktop']
|
||||
name='Help'
|
||||
translate=false
|
||||
|
||||
[org/gnome/desktop/app-folders/folders/Utilities]
|
||||
apps=['gnome-abrt.desktop', 'gnome-system-log.desktop', 'nm-connection-editor.desktop', 'org.gnome.Connections.desktop', 'org.gnome.DejaDup.desktop', 'org.gnome.Dictionary.desktop', 'org.gnome.eog.desktop', 'org.gnome.Evince.desktop', 'org.gnome.FileRoller.desktop', 'org.gnome.fonts.desktop', 'org.gnome.seahorse.Application.desktop', 'org.gnome.Usage.desktop', 'vinagre.desktop', 'org.gnome.TextEditor.desktop', 'org.gnome.gedit.desktop', 'org.gnome.SystemMonitor.desktop']
|
||||
categories=['X-GNOME-Utilities']
|
||||
excluded-apps=['org.gnome.Console.desktop', 'org.gnome.tweaks.desktop', 'org.gnome.DiskUtility.desktop', 'org.gnome.baobab.desktop']
|
||||
name='X-GNOME-Utilities.directory'
|
||||
translate=true
|
||||
|
||||
[org/gnome/desktop/app-folders/folders/YaST]
|
||||
categories=['X-SuSE-YaST']
|
||||
name='suse-yast.directory'
|
||||
translate=true
|
||||
|
||||
[org/gnome/desktop/app-folders/folders/d737daeb-6dbb-4a5d-9ec7-e674398539ce]
|
||||
apps=['fish.desktop', 'org.gnome.Console.desktop', 'htop.desktop', 'ranger.desktop', 'xterm.desktop', 'org.gnome.Terminal.desktop']
|
||||
name='Terminal Fun'
|
||||
translate=false
|
||||
|
||||
[org/gnome/desktop/background]
|
||||
color-shading-type='solid'
|
||||
picture-options='zoom'
|
||||
picture-uri='file:///run/current-system/sw/share/backgrounds/gnome/amber-l.jxl'
|
||||
picture-uri-dark='file:///run/current-system/sw/share/backgrounds/gnome/amber-d.jxl'
|
||||
primary-color='#ff7800'
|
||||
secondary-color='#000000'
|
||||
|
||||
[org/gnome/desktop/calendar]
|
||||
show-weekdate=false
|
||||
|
||||
[org/gnome/desktop/input-sources]
|
||||
sources=[('xkb', 'us')]
|
||||
xkb-options=['terminate:ctrl_alt_bksp']
|
||||
|
||||
[org/gnome/desktop/interface]
|
||||
clock-format='12h'
|
||||
clock-show-seconds=false
|
||||
clock-show-weekday=false
|
||||
color-scheme='prefer-dark'
|
||||
enable-animations=true
|
||||
font-antialiasing='rgba'
|
||||
font-hinting='full'
|
||||
gtk-theme='Adwaita-dark'
|
||||
icon-theme='Papirus-Dark'
|
||||
text-scaling-factor=1.0
|
||||
|
||||
[org/gnome/desktop/notifications]
|
||||
application-children=['gnome-power-panel', 'org-gnome-nautilus', 'org-gnome-software', 'gnome-network-panel', 'sparrow', 'org-gnome-settings', 'org-gnome-console', 'gnome-printers-panel', 'org-gnome-epiphany', 'com-obsproject-studio', 'io-github-seadve-kooha', 'xdg-desktop-portal-gnome', 'org-gnome-baobab', 'org-gnome-geary', 'sparrow-desktop', 'impress', 'brave-browser', 'org-gnome-connections']
|
||||
show-in-lock-screen=false
|
||||
|
||||
[org/gnome/desktop/notifications/application/brave-browser]
|
||||
application-id='brave-browser.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/com-obsproject-studio]
|
||||
application-id='com.obsproject.Studio.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/gnome-network-panel]
|
||||
application-id='gnome-network-panel.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/gnome-power-panel]
|
||||
application-id='gnome-power-panel.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/gnome-printers-panel]
|
||||
application-id='gnome-printers-panel.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/impress]
|
||||
application-id='impress.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/io-github-seadve-kooha]
|
||||
application-id='io.github.seadve.Kooha.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/org-gnome-baobab]
|
||||
application-id='org.gnome.baobab.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/org-gnome-connections]
|
||||
application-id='org.gnome.Connections.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/org-gnome-console]
|
||||
application-id='org.gnome.Console.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/org-gnome-epiphany]
|
||||
application-id='org.gnome.Epiphany.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/org-gnome-geary]
|
||||
application-id='org.gnome.Geary.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/org-gnome-nautilus]
|
||||
application-id='org.gnome.Nautilus.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/org-gnome-settings]
|
||||
application-id='org.gnome.Settings.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/org-gnome-software]
|
||||
application-id='org.gnome.Software.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/sparrow-desktop]
|
||||
application-id='sparrow-desktop.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/sparrow]
|
||||
application-id='Sparrow.desktop'
|
||||
|
||||
[org/gnome/desktop/notifications/application/xdg-desktop-portal-gnome]
|
||||
application-id='xdg-desktop-portal-gnome.desktop'
|
||||
|
||||
[org/gnome/desktop/peripherals/keyboard]
|
||||
numlock-state=false
|
||||
|
||||
[org/gnome/desktop/peripherals/mouse]
|
||||
natural-scroll=true
|
||||
speed=-0.63779527559055116
|
||||
|
||||
[org/gnome/desktop/peripherals/touchpad]
|
||||
two-finger-scrolling-enabled=true
|
||||
|
||||
[org/gnome/desktop/privacy]
|
||||
old-files-age=uint32 30
|
||||
recent-files-max-age=-1
|
||||
|
||||
[org/gnome/desktop/screensaver]
|
||||
color-shading-type='solid'
|
||||
lock-enabled=false
|
||||
picture-options='zoom'
|
||||
picture-uri='file:///run/current-system/sw/share/backgrounds/gnome/amber-l.jxl'
|
||||
primary-color='#ff7800'
|
||||
secondary-color='#000000'
|
||||
|
||||
[org/gnome/desktop/session]
|
||||
idle-delay=uint32 900
|
||||
|
||||
[org/gnome/desktop/sound]
|
||||
event-sounds=true
|
||||
theme-name='__custom'
|
||||
|
||||
[org/gnome/desktop/wm/preferences]
|
||||
button-layout='appmenu:minimize,maximize,close'
|
||||
|
||||
[org/gnome/epiphany]
|
||||
ask-for-default=false
|
||||
|
||||
[org/gnome/epiphany/state]
|
||||
is-maximized=false
|
||||
window-size=(1912, 1037)
|
||||
|
||||
[org/gnome/evolution-data-server]
|
||||
migrated=true
|
||||
network-monitor-gio-name=''
|
||||
|
||||
[org/gnome/file-roller/dialogs/extract]
|
||||
recreate-folders=true
|
||||
skip-newer=false
|
||||
|
||||
[org/gnome/file-roller/listing]
|
||||
list-mode='as-folder'
|
||||
name-column-width=250
|
||||
show-path=false
|
||||
sort-method='name'
|
||||
sort-type='ascending'
|
||||
|
||||
[org/gnome/file-roller/ui]
|
||||
sidebar-width=200
|
||||
window-height=993
|
||||
window-width=954
|
||||
|
||||
[org/gnome/gnome-system-monitor]
|
||||
current-tab='processes'
|
||||
maximized=false
|
||||
network-total-in-bits=false
|
||||
show-dependencies=false
|
||||
show-whose-processes='all'
|
||||
window-height=1040
|
||||
window-state=(1912, 1040, 26, 23)
|
||||
window-width=1912
|
||||
|
||||
[org/gnome/gnome-system-monitor/disktreenew]
|
||||
col-6-visible=true
|
||||
col-6-width=0
|
||||
|
||||
[org/gnome/gnome-system-monitor/proctree]
|
||||
columns-order=[0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]
|
||||
sort-col=8
|
||||
sort-order=0
|
||||
|
||||
[org/gnome/maps]
|
||||
last-viewed-location=[34.015438242460405, -118.32766985901287]
|
||||
map-type='MapsStreetSource'
|
||||
transportation-type='pedestrian'
|
||||
window-maximized=false
|
||||
window-size=[1912, 1037]
|
||||
zoom-level=9
|
||||
|
||||
[org/gnome/mutter]
|
||||
attach-modal-dialogs=true
|
||||
dynamic-workspaces=true
|
||||
edge-tiling=false
|
||||
focus-change-on-pointer-rest=true
|
||||
workspaces-only-on-primary=true
|
||||
|
||||
[org/gnome/nautilus/icon-view]
|
||||
default-zoom-level='large'
|
||||
|
||||
[org/gnome/nautilus/preferences]
|
||||
default-folder-viewer='icon-view'
|
||||
fts-enabled=false
|
||||
migrated-gtk-settings=true
|
||||
search-filter-time-type='last_modified'
|
||||
search-view='list-view'
|
||||
|
||||
[org/gnome/nautilus/window-state]
|
||||
initial-size=(1912, 1040)
|
||||
maximized=false
|
||||
|
||||
[org/gnome/nm-applet/eap/202ce1d2-7306-40ac-b3bb-5b092c0f9734]
|
||||
ignore-ca-cert=false
|
||||
ignore-phase2-ca-cert=false
|
||||
|
||||
[org/gnome/nm-applet/eap/2afa07ed-64ca-44a0-948e-d8f265fa52b0]
|
||||
ignore-ca-cert=false
|
||||
ignore-phase2-ca-cert=false
|
||||
|
||||
[org/gnome/nm-applet/eap/8da70f78-fe38-3e50-a305-8fa32b2af624]
|
||||
ignore-ca-cert=false
|
||||
ignore-phase2-ca-cert=false
|
||||
|
||||
[org/gnome/nm-applet/eap/a9f5fb1c-2546-4fb9-82d0-7792e8982565]
|
||||
ignore-ca-cert=false
|
||||
ignore-phase2-ca-cert=false
|
||||
|
||||
[org/gnome/nm-applet/eap/e5e312d5-e2db-3928-8c98-8ec8a7cf61f2]
|
||||
ignore-ca-cert=false
|
||||
ignore-phase2-ca-cert=false
|
||||
|
||||
[org/gnome/portal/filechooser/brave-browser]
|
||||
last-folder-path='/home/free/Downloads'
|
||||
|
||||
[org/gnome/portal/filechooser/chromium-browser]
|
||||
last-folder-path='/home/free/Downloads'
|
||||
|
||||
[org/gnome/settings-daemon/plugins/color]
|
||||
night-light-enabled=true
|
||||
night-light-schedule-automatic=false
|
||||
night-light-schedule-from=18.0
|
||||
night-light-temperature=uint32 1744
|
||||
|
||||
[org/gnome/settings-daemon/plugins/power]
|
||||
power-button-action='nothing'
|
||||
sleep-inactive-ac-type='nothing'
|
||||
|
||||
[org/gnome/shell]
|
||||
app-picker-layout=[{'org.gnome.Weather.desktop': <{'position': <0>}>, 'org.gnome.clocks.desktop': <{'position': <1>}>, 'org.gnome.Maps.desktop': <{'position': <2>}>, 'org.gnome.Calculator.desktop': <{'position': <3>}>, '68c075b1-a254-4b7c-ba63-c45f88bc2a58': <{'position': <4>}>, '3fea025e-f5e4-4905-9912-e70e38cd0419': <{'position': <5>}>, '83d8148a-1f0b-4f83-814a-11c33ab8debc': <{'position': <6>}>, 'Utilities': <{'position': <7>}>, 'd737daeb-6dbb-4a5d-9ec7-e674398539ce': <{'position': <8>}>, '7d66e46a-a135-4e42-91bb-d438e499d251': <{'position': <9>}>, '534e2716-83c7-4a2a-9678-8144999213ed': <{'position': <10>}>, '4acaa2d8-d284-4efd-bba3-40f150f1ace5': <{'position': <11>}>, '1e62b69b-d9bb-4e80-be8d-5e9b4d777fc8': <{'position': <12>}>, 'Bisq-hidpi.desktop': <{'position': <13>}>, 'com.obsproject.Studio.desktop': <{'position': <14>}>, 'Sovran_SystemsOS_External_Backup.desktop': <{'position': <15>}>, 'firefox.desktop': <{'position': <16>}>}]
|
||||
disable-user-extensions=false
|
||||
disabled-extensions=['transparent-top-bar@zhanghai.me']
|
||||
enabled-extensions=['appindicatorsupport@rgcjonas.gmail.com', 'dash-to-dock-cosmic-@halfmexicanhalfamazing@gmail.com', 'Vitals@CoreCoding.com', 'dash-to-dock@micxgx.gmail.com', 'transparent-top-bar@ftpix.com', 'just-perfection-desktop@just-perfection', 'pop-shell@system76.com', 'date-menu-formatter@marcinjakubowski.github.com', 'systemd-manager@hardpixel.eu', 'light-style@gnome-shell-extensions.gcampax.github.com']
|
||||
favorite-apps=['firefox.desktop', 'org.gnome.Nautilus.desktop', 'Sovran_SystemsOS_Updater.desktop', 'org.gnome.Settings.desktop', 'org.gnome.Software.desktop', 'io.freetubeapp.FreeTube.desktop', 'org.onlyoffice.desktopeditors.desktop', 'org.gnome.Geary.desktop', 'org.gnome.Contacts.desktop', 'org.gnome.Calendar.desktop', 'Bisq.desktop', 'sparrow-desktop.desktop']
|
||||
last-selected-power-profile='performance'
|
||||
welcome-dialog-last-shown-version='42.3.1'
|
||||
|
||||
[org/gnome/shell/extensions/dash-to-dock-pop]
|
||||
apply-glossy-effect=false
|
||||
background-color='rgb(0,0,0)'
|
||||
background-opacity=0.25
|
||||
border-radius=17
|
||||
custom-background-color=true
|
||||
custom-theme-shrink=false
|
||||
dash-max-icon-size=64
|
||||
dock-alignment='CENTRE'
|
||||
dock-position='BOTTOM'
|
||||
extend-height=false
|
||||
floating-margin=0
|
||||
force-straight-corner=false
|
||||
height-fraction=0.90000000000000002
|
||||
intellihide-mode='ALL_WINDOWS'
|
||||
preferred-monitor=-2
|
||||
preferred-monitor-by-connector='HDMI-1'
|
||||
preview-size-scale=0.059999999999999998
|
||||
running-indicator-style='DASHES'
|
||||
show-apps-at-top=false
|
||||
show-mounts=false
|
||||
show-show-apps-button=true
|
||||
show-trash=false
|
||||
transparency-mode='FIXED'
|
||||
unity-backlit-items=false
|
||||
|
||||
[org/gnome/shell/extensions/dash-to-dock]
|
||||
apply-custom-theme=false
|
||||
background-color='rgb(0,0,0)'
|
||||
background-opacity=0.17000000000000001
|
||||
custom-background-color=true
|
||||
dash-max-icon-size=57
|
||||
dock-position='BOTTOM'
|
||||
extend-height=false
|
||||
height-fraction=0.89000000000000001
|
||||
icon-size-fixed=false
|
||||
intellihide-mode='ALL_WINDOWS'
|
||||
preferred-monitor=-2
|
||||
preferred-monitor-by-connector='HDMI-2'
|
||||
preview-size-scale=0.22
|
||||
running-indicator-style='DASHES'
|
||||
show-mounts=false
|
||||
show-mounts-only-mounted=false
|
||||
show-trash=false
|
||||
transparency-mode='FIXED'
|
||||
|
||||
[org/gnome/shell/extensions/date-menu-formatter]
|
||||
font-size=14
|
||||
pattern='EEEE MMMM d h: mm a'
|
||||
text-align='center'
|
||||
|
||||
[org/gnome/shell/extensions/just-perfection]
|
||||
accessibility-menu=false
|
||||
|
||||
[org/gnome/shell/extensions/pop-shell]
|
||||
active-hint-border-radius=uint32 3
|
||||
gap-inner=uint32 1
|
||||
gap-outer=uint32 1
|
||||
tile-by-default=true
|
||||
|
||||
[org/gnome/shell/extensions/systemd-manager]
|
||||
command-method='systemctl'
|
||||
systemd=['{"name":"Bitcoind","service":"bitcoind.service","type":"system"}', '{"name":"Electrs","service":"electrs.service","type":"system"}', '{"name":"BTCPayserver","service":"btcpayserver.service","type":"system"}', '{"name":"Nbxplorer","service":"nbxplorer.service","type":"system"}', '{"name":"Caddy","service":"caddy.service","type":"system"}', '{"name":"Phpfpm-Mypool","service":"phpfpm-mypool.service","type":"system"}', '{"name":"Mysql","service":"mysql.service","type":"system"}', '{"name":"Postgresql","service":"postgresql.service","type":"system"}', '{"name":"Matrix-Synapse","service":"matrix-synapse.service","type":"system"}', '{"name":"Coturn","service":"coturn.service","type":"system"}', '{"name":"Tor","service":"tor.service","type":"system"}', '{"name":"VaultWarden","service":"vaultwarden.service","type":"system"}', '{"name":"LND","service":"lnd.service","type":"system"}', '{"name":"LND Loop","service":"lightning-loop.service","type":"system"}', '{"name":"Ride The Lightning","service":"rtl.service","type":"system"}']
|
||||
|
||||
[org/gnome/shell/extensions/vitals]
|
||||
fixed-widths=false
|
||||
hot-sensors=['_memory_usage_', '__network-tx_max__', '_processor_usage_', '_storage_free_', '_temperature_processor_0_']
|
||||
show-fan=false
|
||||
show-storage=true
|
||||
show-voltage=false
|
||||
|
||||
[org/gnome/shell/weather]
|
||||
automatic-location=true
|
||||
locations=@av []
|
||||
|
||||
[org/gnome/shell/world-clocks]
|
||||
locations=@av []
|
||||
|
||||
[org/gnome/software]
|
||||
check-timestamp=int64 1715525466
|
||||
first-run=false
|
||||
flatpak-purge-timestamp=int64 1715478601
|
||||
online-updates-timestamp=int64 1675355639
|
||||
update-notification-timestamp=int64 1666382024
|
||||
|
||||
[org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
|
||||
font='Monospace 14'
|
||||
use-system-font=false
|
||||
|
||||
[org/gnome/tweaks]
|
||||
show-extensions-notice=false
|
||||
|
||||
[org/gtk/gtk4/settings/color-chooser]
|
||||
selected-color=(true, 0.0, 0.0, 0.0, 1.0)
|
||||
|
||||
[org/gtk/gtk4/settings/file-chooser]
|
||||
date-format='regular'
|
||||
location-mode='path-bar'
|
||||
show-hidden=false
|
||||
show-size-column=true
|
||||
show-type-column=true
|
||||
sidebar-width=140
|
||||
sort-column='name'
|
||||
sort-directories-first=false
|
||||
sort-order='ascending'
|
||||
type-format='category'
|
||||
view-type='list'
|
||||
window-size=(1912, 1040)
|
||||
|
||||
[org/gtk/settings/file-chooser]
|
||||
clock-format='12h'
|
||||
date-format='regular'
|
||||
location-mode='path-bar'
|
||||
show-hidden=true
|
||||
show-size-column=true
|
||||
show-type-column=true
|
||||
sidebar-width=165
|
||||
sort-column='modified'
|
||||
sort-directories-first=false
|
||||
sort-order='descending'
|
||||
type-format='category'
|
||||
window-position=(26, 23)
|
||||
window-size=(1401, 998)
|
||||
|
||||
[system/proxy]
|
||||
ignore-hosts=@as []
|
||||
mode='none'
|
||||
|
||||
[system/proxy/http]
|
||||
port=0
|
||||
|
||||
[system/proxy/socks]
|
||||
host='127.0.0.1'
|
||||
port=9050
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 MiB |
@@ -1,30 +0,0 @@
|
||||
{
|
||||
description = "Sovran_SystemsOS for the Sovran Pro from Sovran Systems";
|
||||
|
||||
inputs = {
|
||||
|
||||
Sovran_Systems.url = "git+https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS";
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, Sovran_Systems, ... }@inputs: {
|
||||
|
||||
nixosConfigurations."nixos" = Sovran_Systems.inputs.nixpkgs.lib.nixosSystem {
|
||||
|
||||
modules = [
|
||||
|
||||
{ nixpkgs.hostPlatform = "x86_64-linux"; }
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
||||
./custom.nix
|
||||
|
||||
Sovran_Systems.nixosModules.Sovran_SystemsOS
|
||||
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
@@ -1,89 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Begin: curl https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/for_new_sovran_pros/psp.sh -o psp.sh
|
||||
|
||||
GREEN="\e[32m"
|
||||
LIGHTBLUE="\e[94m"
|
||||
ENDCOLOR="\e[0m"
|
||||
|
||||
lsblk
|
||||
|
||||
echo -e "${GREEN}What block for file-tree-root of drive (usually nvme0n1)?${ENDCOLOR}";read commitroot
|
||||
|
||||
parted /dev/"$commitroot" -- mklabel gpt
|
||||
parted /dev/"$commitroot" -- mkpart primary 512MB -16GB
|
||||
parted /dev/"$commitroot" -- mkpart swap linux-swap -16GB 100%
|
||||
parted /dev/"$commitroot" -- mkpart ESP fat32 1MB 512MB
|
||||
parted /dev/"$commitroot" -- set 3 esp on
|
||||
|
||||
lsblk
|
||||
|
||||
echo -e "${GREEN}What partition for Boot-Partition (usually nvme0n1p1)?${ENDCOLOR}";read commitbootpartition
|
||||
|
||||
echo -e "${GREEN}What partition for Main-Partition (usually nvme0n1p2)?${ENDCOLOR}";read commitmainpartition
|
||||
|
||||
echo -e "${GREEN}What partition for Swap-Partition (usually nvme0n1p3)?${ENDCOLOR}";read commitswappartition
|
||||
|
||||
|
||||
|
||||
mkfs.ext4 -L nixos /dev/"$commitmainpartition"
|
||||
|
||||
mkswap -L swap /dev/"$commitswappartition"
|
||||
|
||||
mkfs.fat -F 32 -n boot /dev/"$commitbootpartition"
|
||||
|
||||
mount /dev/disk/by-label/nixos /mnt
|
||||
|
||||
mkdir -p /mnt/boot/efi
|
||||
|
||||
mount /dev/disk/by-label/boot /mnt/boot/efi
|
||||
|
||||
|
||||
|
||||
nixos-generate-config --root /mnt
|
||||
|
||||
rm /mnt/etc/nixos/configuration.nix
|
||||
|
||||
cat <<EOT >> /mnt/etc/nixos/configuration.nix
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
users.users = {
|
||||
free = {
|
||||
isNormalUser = true;
|
||||
description = "free";
|
||||
extraGroups = [ "networkmanager" ];
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
git
|
||||
ranger
|
||||
fish
|
||||
pwgen
|
||||
openssl
|
||||
];
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "yes";
|
||||
};
|
||||
}
|
||||
|
||||
EOT
|
||||
|
||||
nixos-install
|
||||
|
||||
reboot
|
||||
@@ -1,85 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Begin: curl https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/for_new_sovran_pros/psp_physical_ram.sh -o psp_physical_ram.sh
|
||||
|
||||
GREEN="\e[32m"
|
||||
LIGHTBLUE="\e[94m"
|
||||
ENDCOLOR="\e[0m"
|
||||
|
||||
lsblk
|
||||
|
||||
echo -e "${GREEN}What block for file-tree-root of drive (usually nvme0n1)?${ENDCOLOR}";read commitroot
|
||||
|
||||
parted /dev/"$commitroot" -- mklabel gpt
|
||||
parted /dev/"$commitroot" -- mkpart ESP fat32 1MB 512MB
|
||||
parted /dev/"$commitroot" -- set 1 esp on
|
||||
parted /dev/"$commitroot" -- mkpart primary ext4 512MB 100%
|
||||
|
||||
lsblk
|
||||
|
||||
echo -e "${GREEN}What partition for Boot-Partition (usually nvme0n1p1)?${ENDCOLOR}";read commitbootpartition
|
||||
|
||||
echo -e "${GREEN}What partition for Primary-Partition (usually nvme0n1p2)?${ENDCOLOR}";read commitprimarypartition
|
||||
|
||||
|
||||
mkfs.ext4 -L nixos /dev/"$commitprimarypartition"
|
||||
|
||||
mkfs.fat -F 32 -n boot /dev/"$commitbootpartition"
|
||||
|
||||
mount /dev/disk/by-label/nixos /mnt
|
||||
|
||||
mkdir -p /mnt/boot/efi
|
||||
|
||||
mount /dev/disk/by-label/boot /mnt/boot/efi
|
||||
|
||||
### Disk Step-up Finished
|
||||
|
||||
### Adding Configuration.nix
|
||||
|
||||
nixos-generate-config --root /mnt
|
||||
|
||||
rm /mnt/etc/nixos/configuration.nix
|
||||
|
||||
cat <<EOT >> /mnt/etc/nixos/configuration.nix
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
users.users = {
|
||||
free = {
|
||||
isNormalUser = true;
|
||||
description = "free";
|
||||
extraGroups = [ "networkmanager" ];
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
git
|
||||
ranger
|
||||
fish
|
||||
pwgen
|
||||
openssl
|
||||
];
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "yes";
|
||||
};
|
||||
}
|
||||
|
||||
EOT
|
||||
|
||||
nixos-install
|
||||
|
||||
reboot
|
||||
@@ -1,51 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
GREEN="\e[32m"
|
||||
LIGHTBLUE="\e[94m"
|
||||
ENDCOLOR="\e[0m"
|
||||
|
||||
lsblk
|
||||
|
||||
echo -e "${GREEN}What block for New Sovran Pro Second drive?${ENDCOLOR}";read commitroot
|
||||
|
||||
parted /dev/"$commitroot" -- mklabel gpt
|
||||
parted /dev/"$commitroot" -- mkpart primary 0% 100%
|
||||
|
||||
lsblk
|
||||
|
||||
echo -e "${GREEN}What partition with New Sovran Pro Second Drive?${ENDCOLOR}";read commitsecond
|
||||
|
||||
mkfs.ext4 -L "BTCEcoandBackup" /dev/"$commitsecond"
|
||||
|
||||
sudo mkdir -p /mnt
|
||||
|
||||
mount /dev/"$commitsecond" /mnt
|
||||
|
||||
sudo mkdir -p /mnt/BTCEcoandBackup/Bitcoin_Node
|
||||
|
||||
sudo mkdir -p /mnt/BTCEcoandBackup/Electrs_Data
|
||||
|
||||
sudo mkdir -p /mnt/BTCEcoandBackup/NixOS_Snapshot_Backup
|
||||
|
||||
sudo mkdir -p /mnt/BTCEcoandBackup/clightning_db_backup
|
||||
|
||||
sudo systemctl stop bitcoind electrs nbxplorer btcpayserver lnd rtl lightning-loop clightning
|
||||
|
||||
rsync -ar --info=progress2 --info=name0 /run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node/ /mnt/BTCEcoandBackup/Bitcoin_Node/
|
||||
|
||||
rsync -ar --info=progress2 --info=name0 /run/media/Second_Drive/BTCEcoandBackup/Electrs_Data/ /mnt/BTCEcoandBackup/Electrs_Data/
|
||||
|
||||
sudo systemctl start bitcoind electrs nbxplorer btcpayserver lnd rtl lightning-loop clightning
|
||||
|
||||
sudo chown bitcoin:bitcoin /mnt/BTCEcoandBackup/Bitcoin_Node -R
|
||||
|
||||
sudo chown electrs:electrs /mnt/BTCEcoandBackup/Electrs_Data -R
|
||||
|
||||
sudo chmod 770 /mnt/BTCEcoandBackup/Bitcoin_Node -R
|
||||
|
||||
sudo chmod 770 /mnt/BTCEcoandBackup/Electrs_Data -R
|
||||
|
||||
sudo umount /dev/"$commitsecond"
|
||||
|
||||
echo -e "All Finished!"
|
||||
|
||||
@@ -1,406 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/for_new_sovran_pros/sp.sh
|
||||
|
||||
|
||||
GREEN="\e[32m"
|
||||
LIGHTBLUE="\e[94m"
|
||||
|
||||
#
|
||||
|
||||
pushd /etc/nixos/
|
||||
|
||||
wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/for_new_sovran_pros/flake.nix
|
||||
|
||||
chown root:root /etc/nixos/ -R
|
||||
|
||||
chmod 770 /etc/nixos/ -R
|
||||
|
||||
popd
|
||||
|
||||
#
|
||||
|
||||
mkdir /var/lib/domains
|
||||
|
||||
touch /var/lib/domains/btcpayserver
|
||||
touch /var/lib/domains/matrix
|
||||
touch /var/lib/domains/nextcloud
|
||||
touch /var/lib/domains/sslemail
|
||||
touch /var/lib/domains/vaultwarden
|
||||
touch /var/lib/domains/wordpress
|
||||
|
||||
#
|
||||
|
||||
echo -e "${GREEN}What is your New Matrix (Element Chat) domain name?${ENDCOLOR}"
|
||||
read
|
||||
echo -n $REPLY > /var/lib/domains/matrix
|
||||
|
||||
echo -e "${GREEN}What is your New Wordpress domain name?${ENDCOLOR}"
|
||||
read
|
||||
echo -n $REPLY > /var/lib/domains/wordpress
|
||||
|
||||
echo -e "${GREEN}What is your New Nextcloud domain name?${ENDCOLOR}"
|
||||
read
|
||||
echo -n $REPLY > /var/lib/domains/nextcloud
|
||||
|
||||
echo -e "${GREEN}What is your New BTCPayserver domain name?${ENDCOLOR}"
|
||||
read
|
||||
echo -n $REPLY > /var/lib/domains/btcpayserver
|
||||
|
||||
echo -e "${GREEN}What is your New Vaultwarden domain name?${ENDCOLOR}"
|
||||
read
|
||||
echo -n $REPLY > /var/lib/domains/vaultwarden
|
||||
|
||||
echo -e "${GREEN}What is the email you would like to use to manage the SSL certificates for your domains?${ENDCOLOR}"
|
||||
read
|
||||
echo -n $REPLY > /var/lib/domains/sslemail
|
||||
|
||||
#
|
||||
|
||||
mkdir /var/lib/nextcloudaddition
|
||||
|
||||
cat > /var/lib/nextcloudaddition/nextcloudaddition <<- "EOF"
|
||||
|
||||
'trusted_proxies' =>
|
||||
array (
|
||||
0 => '127.0.0.1',
|
||||
),
|
||||
'default_locale' => 'en_US',
|
||||
'default_phone_region' => 'US',
|
||||
'memcache.local' =>'\OC\Memcache\APCu' ,
|
||||
|
||||
EOF
|
||||
|
||||
#
|
||||
|
||||
mkdir /var/lib/njalla/
|
||||
|
||||
cat > /var/lib/njalla/njalla.sh <<- "EOF"
|
||||
|
||||
#!/usr/bin/env bash
|
||||
|
||||
IP=$(dig @resolver4.opendns.com myip.opendns.com +short -4)
|
||||
|
||||
## Manually Add DDNS Script From Njalla User Account AFTER Install
|
||||
|
||||
curl "https://...${IP}"
|
||||
|
||||
EOF
|
||||
|
||||
#
|
||||
|
||||
mkdir /var/lib/external_ip
|
||||
|
||||
cat > /var/lib/external_ip/external_ip.sh <<- "EOF"
|
||||
|
||||
#!/usr/bin/env bash
|
||||
|
||||
IP=$(dig @resolver4.opendns.com myip.opendns.com +short -4)
|
||||
|
||||
echo "${IP}" > /var/lib/secrets/external_ip
|
||||
|
||||
EOF
|
||||
|
||||
#
|
||||
|
||||
mkdir /var/lib/internal_ip
|
||||
|
||||
cat > /var/lib/internal_ip/internal_ip.sh <<- "EOF"
|
||||
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sudo echo -n $(ip route get 1.2.3.4 | awk '{print $7}') > /var/lib/secrets/internal_ip
|
||||
|
||||
exit 0
|
||||
|
||||
|
||||
EOF
|
||||
|
||||
#
|
||||
|
||||
touch /etc/nixos/custom.nix
|
||||
|
||||
cat > /etc/nixos/custom.nix <<- "EOF"
|
||||
|
||||
{config, pkgs, lib, ...}:
|
||||
|
||||
let
|
||||
personalization = import ./personalization.nix;
|
||||
|
||||
in
|
||||
{
|
||||
}
|
||||
|
||||
EOF
|
||||
|
||||
#
|
||||
|
||||
mkdir /var/lib/agenix-secrets/
|
||||
|
||||
cat > /var/lib/agenix-secrets/secrets.nix <<- "EOF"
|
||||
|
||||
let
|
||||
|
||||
root = "placeholder" ;
|
||||
|
||||
in
|
||||
|
||||
{
|
||||
|
||||
"wordpressdb.age".publicKeys = [ root ];
|
||||
|
||||
"matrixdb.age".publicKeys = [ root ];
|
||||
|
||||
"nextclouddb.age".publicKeys = [ root ];
|
||||
|
||||
"turn.age".publicKeys = [ root ];
|
||||
|
||||
"matrix_reg_secret.age".publicKeys = [ root ];
|
||||
|
||||
}
|
||||
|
||||
EOF
|
||||
|
||||
#
|
||||
|
||||
mkdir /var/lib/secrets
|
||||
mkdir /var/lib/secrets/vaultwarden
|
||||
|
||||
touch /var/lib/secrets/nextclouddb
|
||||
touch /var/lib/secrets/wordpressdb
|
||||
touch /var/lib/secrets/matrixdb
|
||||
touch /var/lib/secrets/turn
|
||||
touch /var/lib/secrets/matrix_reg_secret
|
||||
touch /var/lib/secrets/main
|
||||
touch /var/lib/secrets/vaultwarden/vaultwarden.env
|
||||
touch /var/lib/secrets/external_ip
|
||||
touch /var/lib/secrets/internal_ip
|
||||
|
||||
echo -n $(pwgen -s 17 -1) > /var/lib/secrets/nextclouddb
|
||||
echo -n $(pwgen -s 17 -1) > /var/lib/secrets/wordpressdb
|
||||
echo -n $(pwgen -s 17 -1) > /var/lib/secrets/matrixdb
|
||||
echo -n $(pwgen -s 17 -1) > /var/lib/secrets/turn
|
||||
echo -n $(pwgen -s 17 -1) > /var/lib/secrets/matrix_reg_secret
|
||||
echo -n $(pwgen -s 17 -1) > /var/lib/secrets/main
|
||||
echo -n ADMIN_TOKEN=$(openssl rand -base64 48
|
||||
) > /var/lib/secrets/vaultwarden/vaultwarden.env
|
||||
|
||||
#
|
||||
|
||||
mkdir -p /root/.ssh/agenix
|
||||
|
||||
ssh-keygen -q -N "" -t ed25519 -f /root/.ssh/agenix/agenix-secret-keys
|
||||
|
||||
sed -i -e "0,/root.*/{s::root = $(cat /root/.ssh/agenix/agenix-secret-keys.pub):};s:root@nixos::" /var/lib/agenix-secrets/secrets.nix
|
||||
|
||||
sed -i 's:\(root =[[:blank:]]*\)\(.*\):\1"\2";:' /var/lib/agenix-secrets/secrets.nix
|
||||
|
||||
#
|
||||
|
||||
pushd /var/lib/agenix-secrets
|
||||
|
||||
echo -n $(cat /var/lib/secrets/wordpressdb) | EDITOR='cp /dev/stdin' nix run github:ryantm/agenix -- -e wordpressdb.age -i /root/.ssh/agenix/agenix-secret-keys
|
||||
|
||||
echo -n $(cat /var/lib/secrets/nextclouddb) | EDITOR='cp /dev/stdin' nix run github:ryantm/agenix -- -e nextclouddb.age -i /root/.ssh/agenix/agenix-secret-keys
|
||||
|
||||
echo -n $(cat /var/lib/secrets/matrixdb) | EDITOR='cp /dev/stdin' nix run github:ryantm/agenix -- -e matrixdb.age -i /root/.ssh/agenix/agenix-secret-keys
|
||||
|
||||
echo -n $(cat /var/lib/secrets/turn) | EDITOR='cp /dev/stdin' nix run github:ryantm/agenix -- -e turn.age -i /root/.ssh/agenix/agenix-secret-keys
|
||||
|
||||
echo -n $(cat /var/lib/secrets/matrix_reg_secret) | EDITOR='cp /dev/stdin' nix run github:ryantm/agenix -- -e matrix_reg_secret.age -i /root/.ssh/agenix/agenix-secret-keys
|
||||
|
||||
popd
|
||||
|
||||
|
||||
#
|
||||
|
||||
pushd /etc/nixos
|
||||
|
||||
nix flake update
|
||||
|
||||
nixos-rebuild switch --impure
|
||||
|
||||
popd
|
||||
|
||||
#
|
||||
|
||||
chown root:root /var/lib/secrets/main -R
|
||||
|
||||
chown root:root /var/lib/secrets/external_ip -R
|
||||
|
||||
chown root:root /var/lib/secrets/internal_ip -R
|
||||
|
||||
chown matrix-synapse:matrix-synapse /var/lib/secrets/matrix_reg_secret -R
|
||||
|
||||
chown matrix-synapse:matrix-synapse /var/lib/secrets/matrixdb -R
|
||||
|
||||
chown postgres:postgres /var/lib/secrets/nextclouddb -R
|
||||
|
||||
chown turnserver:turnserver /var/lib/secrets/turn -R
|
||||
|
||||
chown mysql:mysql /var/lib/secrets/wordpressdb -R
|
||||
|
||||
chown vaultwarden:vaultwarden /var/lib/secrets/vaultwarden -R
|
||||
|
||||
|
||||
chmod 770 /var/lib/secrets/ -R
|
||||
|
||||
#
|
||||
|
||||
chown caddy:php /var/lib/domains -R
|
||||
|
||||
chmod 770 /var/lib/domains -R
|
||||
|
||||
#
|
||||
|
||||
set -x
|
||||
|
||||
wget -P /var/lib/www/downloadwp https://wordpress.org/latest.zip
|
||||
|
||||
wget -P /var/lib/www/downloadnc https://download.nextcloud.com/server/releases/latest.zip
|
||||
|
||||
unzip /var/lib/www/downloadwp/latest.zip -d /var/lib/www/
|
||||
|
||||
unzip /var/lib/www/downloadnc/latest.zip -d /var/lib/www/
|
||||
|
||||
rm -rf /var/lib/www/downloadwp
|
||||
|
||||
rm -rf /var/lib/www/downloadnc
|
||||
|
||||
chown caddy:php /var/lib/www -R
|
||||
|
||||
chmod 770 /var/lib/www -R
|
||||
|
||||
#
|
||||
|
||||
mkdir /var/lib/nextcloud
|
||||
|
||||
chown caddy:php /var/lib/nextcloud -R
|
||||
|
||||
chmod 770 /var/lib/nextcloud -R
|
||||
|
||||
#
|
||||
|
||||
mkdir /var/lib/coturn
|
||||
|
||||
chown turnserver:turnserver /var/lib/coturn -R
|
||||
|
||||
chmod 770 /var/lib/coturn -R
|
||||
|
||||
#
|
||||
|
||||
rm -rf /root/sp.sh
|
||||
|
||||
#
|
||||
|
||||
chown bitcoin:bitcoin /run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node -R
|
||||
|
||||
chmod 770 /run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node -R
|
||||
|
||||
chown electrs:electrs /run/media/Second_Drive/BTCEcoandBackup/Electrs_Data -R
|
||||
|
||||
chmod 770 /run/media/Second_Drive/BTCEcoandBackup/Electrs_Data -R
|
||||
|
||||
#
|
||||
|
||||
mkdir -p /home/free/Downloads
|
||||
|
||||
pushd /home/free/Downloads
|
||||
|
||||
wget https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Resetter/sovran_systemsOS_resetter_local_installer/sovran_systemsOS_resetter_install.sh
|
||||
|
||||
bash sovran_systemsOS_resetter_install.sh
|
||||
|
||||
popd
|
||||
|
||||
#
|
||||
|
||||
pushd /home/free/Downloads
|
||||
|
||||
wget https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/sovran_systemsOS_updater_local_installer/sovran_systemsOS_updater_install.sh
|
||||
|
||||
bash sovran_systemsOS_updater_install.sh
|
||||
|
||||
popd
|
||||
|
||||
#
|
||||
|
||||
mkdir -p /home/free/Pictures
|
||||
|
||||
pushd /home/free/Pictures
|
||||
|
||||
wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/for_new_sovran_pros/Wallpaper_Dark_Wide.png
|
||||
|
||||
popd
|
||||
|
||||
chown free:users /home/free -R
|
||||
|
||||
chmod 700 /home/free -R
|
||||
|
||||
#
|
||||
|
||||
pushd /home/free/Downloads
|
||||
|
||||
sudo -u free wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/for_new_sovran_pros/Sovran_SystemsOS-Desktop
|
||||
|
||||
popd
|
||||
|
||||
#
|
||||
|
||||
wp=$(cat /var/lib/secrets/wordpressdb)
|
||||
|
||||
sudo mysql -u root -e "SET PASSWORD FOR wpusr@localhost = PASSWORD('${wp}')";
|
||||
|
||||
#
|
||||
|
||||
mkdir /root/.ssh
|
||||
|
||||
mkdir -p /home/free/.ssh
|
||||
|
||||
chown free:users /home/free/.ssh -R
|
||||
|
||||
touch /root/.ssh/authorized_keys
|
||||
|
||||
sudo -u free ssh-keygen -q -N "gosovransystems" -t ed25519 -f /home/free/.ssh/factory_login
|
||||
|
||||
chmod 700 /home/free/.ssh -R
|
||||
|
||||
echo "$(cat /home/free/.ssh/factory_login.pub)" >> /root/.ssh/authorized_keys
|
||||
|
||||
#
|
||||
|
||||
sudo matrix-synapse-register_new_matrix_user -u admin -p a -a
|
||||
|
||||
sudo echo "no" | matrix-synapse-register_new_matrix_user -u test -p a
|
||||
|
||||
#
|
||||
|
||||
# This key is removed before shipping as it allows Sovran Systems to access the machine via root remotely.
|
||||
|
||||
echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCQa3DEhx9RUtV0WopfFuL3cjQt2fBzp5wOg/hkj0FXyZXpp+F47Td1B9mKMNvucINaMQB6T0mW6c70fyT92gZO2OqCff6aeWovtTd9ynRgtJbny/qvVSShDbJcR7nSMeVPoDRaYs18fuA50guYnfoYAkaXyXPmVQ0uK84HwIB5j8gq6GMji7vv+TTNhDP8qOceUzt1DYPo9Z2JSnkFey+Z/fmxWJGsu+MSrA0/PPENEmf6L0ZSgxnu3gHEtdyX2hrFzjE16y3G0wSQzbWJb8MJO0KRSMcyvz6AzOSW4RYdXR1c+4JiciKRdnIAYYHfg7tnZT9wC9AzHjdEbmmrlF05mtjXKnxbPgGY0tlRSYo7B5E0k2zfi30MkIJ6kIE9TMM2z/+1KstrQN4OKBTGomBTYQaRQCT6dGpRTR+b8lOvUcnCSuat1sUC2M2VGFcBbDbKD0FyXy/vOk1pgA4I7GoESWQClnl+ntRg8HrW4oVTX2KpqR2CXjlF956HJGqHW6k= free@nixos" >> /root/.ssh/authorized_keys
|
||||
|
||||
#
|
||||
|
||||
pushd /etc/nixos
|
||||
|
||||
nix flake update
|
||||
|
||||
nixos-rebuild switch --impure
|
||||
|
||||
popd
|
||||
|
||||
#
|
||||
|
||||
echo "root:$(cat /var/lib/secrets/main)" | chpasswd -c SHA512
|
||||
|
||||
echo "free:a" | chpasswd -c SHA512
|
||||
|
||||
#
|
||||
|
||||
chown free:users /home/free -R
|
||||
|
||||
chmod 700 /home/free -R
|
||||
|
||||
#
|
||||
|
||||
echo -e "${GREEN}All Finished! Please Reboot then Enjoy your New Sovran Pro!"
|
||||
BIN
sovran_systems_grey.png → iso/assets/splash-logo.png
Normal file → Executable file
BIN
sovran_systems_grey.png → iso/assets/splash-logo.png
Normal file → Executable file
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 1.9 MiB |
12
iso/branding.nix
Normal file
12
iso/branding.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
theme = pkgs.callPackage ./plymouth-theme.nix {};
|
||||
in
|
||||
{
|
||||
boot.plymouth.enable = true;
|
||||
boot.plymouth.theme = "sovran";
|
||||
boot.plymouth.themePackages = [ theme ];
|
||||
boot.kernelParams = [ "quiet" "splash" ];
|
||||
boot.initrd.systemd.enable = true;
|
||||
}
|
||||
80
iso/common.nix
Normal file
80
iso/common.nix
Normal file
@@ -0,0 +1,80 @@
|
||||
{ config, pkgs, lib, modulesPath, ... }:
|
||||
|
||||
let
|
||||
sovranSource = builtins.path { path = ../.; name = "sovran-systemsos"; };
|
||||
|
||||
pythonEnv = pkgs.python3.withPackages (ps: [ ps.pygobject3 ps.pycairo ]);
|
||||
|
||||
installerPy = pkgs.writeShellScriptBin "sovran-install" ''
|
||||
export GI_TYPELIB_PATH=${pkgs.gtk4}/lib/girepository-1.0:${pkgs.libadwaita}/lib/girepository-1.0:${pkgs.glib}/lib/girepository-1.0:${pkgs.pango.out}/lib/girepository-1.0:${pkgs.gdk-pixbuf}/lib/girepository-1.0:${pkgs.graphene}/lib/girepository-1.0:${pkgs.cairo}/lib/girepository-1.0:${pkgs.harfbuzz}/lib/girepository-1.0:${pkgs.gobject-introspection}/lib/girepository-1.0
|
||||
export LD_LIBRARY_PATH=${pkgs.gtk4}/lib:${pkgs.libadwaita}/lib:${pkgs.glib}/lib:${pkgs.pango.out}/lib:${pkgs.gdk-pixbuf}/lib:${pkgs.graphene}/lib:${pkgs.cairo}/lib:${pkgs.harfbuzz}/lib
|
||||
export GDK_PIXBUF_MODULE_FILE="${pkgs.gdk-pixbuf}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
|
||||
export XDG_DATA_DIRS="${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}:${pkgs.gtk4}/share:${pkgs.libadwaita}/share:${pkgs.adwaita-icon-theme}/share:${pkgs.hicolor-icon-theme}/share:$XDG_DATA_DIRS"
|
||||
exec ${pythonEnv}/bin/python3 /etc/sovran/installer.py
|
||||
'';
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
"${modulesPath}/installer/cd-dvd/installation-cd-graphical-gnome.nix"
|
||||
./branding.nix
|
||||
];
|
||||
|
||||
image.baseName = lib.mkForce "Sovran_SystemsOS";
|
||||
isoImage.splashImage = ./assets/splash-logo.png;
|
||||
|
||||
services.gnome.gnome-initial-setup.enable = false;
|
||||
environment.gnome.excludePackages = with pkgs; [ gnome-tour gnome-user-docs ];
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
users.users.free = {
|
||||
isNormalUser = true;
|
||||
description = "free";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
initialPassword = "free";
|
||||
};
|
||||
|
||||
services.displayManager.autoLogin.enable = true;
|
||||
services.displayManager.autoLogin.user = lib.mkForce "free";
|
||||
|
||||
nix-bitcoin.generateSecrets = lib.mkDefault true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
installerPy
|
||||
pythonEnv
|
||||
gtk4
|
||||
libadwaita
|
||||
gobject-introspection
|
||||
glib
|
||||
pango
|
||||
gdk-pixbuf
|
||||
graphene
|
||||
cairo
|
||||
harfbuzz
|
||||
gsettings-desktop-schemas
|
||||
adwaita-icon-theme
|
||||
util-linux
|
||||
disko
|
||||
parted
|
||||
dosfstools
|
||||
e2fsprogs
|
||||
gptfdisk
|
||||
nixos-install-tools
|
||||
git
|
||||
curl
|
||||
];
|
||||
|
||||
environment.etc."sovran/logo.png".source = ./assets/splash-logo.png;
|
||||
environment.etc."sovran/flake".source = sovranSource;
|
||||
environment.etc."sovran/installer.py".source = ./installer.py;
|
||||
|
||||
environment.etc."xdg/autostart/sovran-installer.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Sovran Guided Installer
|
||||
Exec=${installerPy}/bin/sovran-install
|
||||
Terminal=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
'';
|
||||
}
|
||||
5
iso/desktop.nix
Normal file
5
iso/desktop.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./common.nix ];
|
||||
}
|
||||
62
iso/disko.nix
Normal file
62
iso/disko.nix
Normal file
@@ -0,0 +1,62 @@
|
||||
{ device ? "/dev/sda", dataDevice ? "", ... }:
|
||||
|
||||
{
|
||||
disko.devices = {
|
||||
disk = {
|
||||
main = {
|
||||
type = "disk";
|
||||
device = builtins.toString device;
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
ESP = {
|
||||
priority = 1;
|
||||
name = "ESP";
|
||||
start = "1M";
|
||||
end = "512M";
|
||||
type = "EF00";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/boot/efi";
|
||||
mountOptions = [ "umask=0077" "defaults" ];
|
||||
};
|
||||
};
|
||||
root = {
|
||||
name = "root";
|
||||
start = "512M";
|
||||
end = "100%";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
mountpoint = "/";
|
||||
extraArgs = [ "-L" "sovran_systemsos" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
} // (if dataDevice != "" then {
|
||||
data = {
|
||||
type = "disk";
|
||||
device = builtins.toString dataDevice;
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
primary = {
|
||||
name = "primary";
|
||||
start = "1M";
|
||||
end = "100%";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
mountpoint = "/run/media/Second_Drive";
|
||||
extraArgs = [ "-L" "BTCEcoandBackup" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
} else {});
|
||||
};
|
||||
}
|
||||
719
iso/installer.py
Normal file
719
iso/installer.py
Normal file
@@ -0,0 +1,719 @@
|
||||
#!/usr/bin/env python3
|
||||
import gi
|
||||
gi.require_version("Gtk", "4.0")
|
||||
gi.require_version("Adw", "1")
|
||||
from gi.repository import Gtk, Adw, GLib
|
||||
import atexit
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
import threading
|
||||
import time
|
||||
|
||||
LOGO = "/etc/sovran/logo.png"
|
||||
LOG = "/tmp/sovran-install.log"
|
||||
FLAKE = "/etc/sovran/flake"
|
||||
|
||||
try:
|
||||
logfile = open(LOG, "a")
|
||||
atexit.register(logfile.close)
|
||||
except OSError:
|
||||
logfile = None
|
||||
|
||||
def log(msg):
|
||||
if logfile is not None:
|
||||
logfile.write(msg + "\n")
|
||||
logfile.flush()
|
||||
else:
|
||||
print(msg, file=sys.stderr)
|
||||
|
||||
def run(cmd):
|
||||
log(f"$ {' '.join(cmd)}")
|
||||
result = subprocess.run(cmd, capture_output=True, text=True)
|
||||
log(result.stdout)
|
||||
if result.returncode != 0:
|
||||
log(result.stderr)
|
||||
raise RuntimeError(result.stderr.strip() or f"Command failed: {' '.join(cmd)}")
|
||||
return result.stdout.strip()
|
||||
|
||||
def run_stream(cmd, buf):
|
||||
log(f"$ {' '.join(cmd)}")
|
||||
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True)
|
||||
for line in proc.stdout:
|
||||
log(line.rstrip())
|
||||
GLib.idle_add(append_text, buf, line)
|
||||
proc.wait()
|
||||
if proc.returncode != 0:
|
||||
raise RuntimeError(f"Command failed (exit {proc.returncode}). See {LOG}")
|
||||
|
||||
def append_text(buf, text):
|
||||
buf.insert(buf.get_end_iter(), text)
|
||||
return False
|
||||
|
||||
def human_size(nbytes):
|
||||
for unit in ["B", "KB", "MB", "GB", "TB"]:
|
||||
if nbytes < 1024:
|
||||
return f"{nbytes:.1f} {unit}"
|
||||
nbytes /= 1024
|
||||
return f"{nbytes:.1f} PB"
|
||||
|
||||
def check_internet():
|
||||
"""Return True if the machine can reach the internet."""
|
||||
try:
|
||||
result = subprocess.run(
|
||||
["ping", "-c", "1", "-W", "5", "nixos.org"],
|
||||
capture_output=True, text=True
|
||||
)
|
||||
if result.returncode == 0:
|
||||
return True
|
||||
except Exception:
|
||||
pass
|
||||
# Fallback: try a second host in case DNS for nixos.org is down
|
||||
try:
|
||||
result = subprocess.run(
|
||||
["ping", "-c", "1", "-W", "5", "1.1.1.1"],
|
||||
capture_output=True, text=True
|
||||
)
|
||||
return result.returncode == 0
|
||||
except Exception:
|
||||
return False
|
||||
|
||||
def symbolic_icon(name):
|
||||
"""Create a crisp symbolic icon suitable for use as an ActionRow prefix."""
|
||||
icon = Gtk.Image.new_from_icon_name(name)
|
||||
icon.set_icon_size(Gtk.IconSize.LARGE)
|
||||
icon.add_css_class("dim-label")
|
||||
return icon
|
||||
|
||||
|
||||
# ── Application ────────────────────────────────────────────────────────────────
|
||||
|
||||
class InstallerApp(Adw.Application):
|
||||
def __init__(self):
|
||||
super().__init__(application_id="com.sovransystems.installer")
|
||||
self.connect("activate", self.on_activate)
|
||||
|
||||
def on_activate(self, app):
|
||||
self.win = InstallerWindow(application=app)
|
||||
self.win.present()
|
||||
|
||||
|
||||
# ── Main Window ────────────────────────────────────────────────────────────────
|
||||
|
||||
class InstallerWindow(Adw.ApplicationWindow):
|
||||
def __init__(self, **kwargs):
|
||||
super().__init__(**kwargs)
|
||||
self.set_title("Sovran_SystemsOS Installer")
|
||||
self.set_default_size(820, 600)
|
||||
self.set_resizable(False)
|
||||
|
||||
self.role = None
|
||||
self.boot_disk = None
|
||||
self.boot_size = None
|
||||
self.data_disk = None
|
||||
self.data_size = None
|
||||
|
||||
# Root navigation view
|
||||
self.nav = Adw.NavigationView()
|
||||
self.set_content(self.nav)
|
||||
|
||||
# Check for internet before anything else
|
||||
if check_internet():
|
||||
self.push_welcome()
|
||||
else:
|
||||
self.push_no_internet()
|
||||
|
||||
# ── Navigation helpers ─────────────────────────────────────────────────
|
||||
|
||||
def push_page(self, title, child, show_back=False):
|
||||
page = Adw.NavigationPage(title=title, tag=title)
|
||||
toolbar = Adw.ToolbarView()
|
||||
|
||||
header = Adw.HeaderBar()
|
||||
header.set_show_end_title_buttons(False)
|
||||
if not show_back:
|
||||
header.set_show_start_title_buttons(False)
|
||||
toolbar.add_top_bar(header)
|
||||
toolbar.set_content(child)
|
||||
|
||||
page.set_child(toolbar)
|
||||
self.nav.push(page)
|
||||
|
||||
def replace_page(self, title, child):
|
||||
# Pop all and push fresh
|
||||
while self.nav.get_visible_page() is not None:
|
||||
try:
|
||||
self.nav.pop()
|
||||
except Exception:
|
||||
break
|
||||
self.push_page(title, child)
|
||||
|
||||
# ── Shared widgets ───────────────<E29480><E29480>─────────────────────────────────────
|
||||
|
||||
def make_scrolled_log(self):
|
||||
sw = Gtk.ScrolledWindow()
|
||||
sw.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC)
|
||||
sw.set_vexpand(True)
|
||||
|
||||
tv = Gtk.TextView()
|
||||
tv.set_editable(False)
|
||||
tv.set_cursor_visible(False)
|
||||
tv.set_wrap_mode(Gtk.WrapMode.WORD_CHAR)
|
||||
tv.set_monospace(True)
|
||||
tv.add_css_class("log-view")
|
||||
buf = tv.get_buffer()
|
||||
|
||||
def on_changed(b):
|
||||
GLib.idle_add(lambda: sw.get_vadjustment().set_value(
|
||||
sw.get_vadjustment().get_upper()
|
||||
))
|
||||
buf.connect("changed", on_changed)
|
||||
|
||||
sw.set_child(tv)
|
||||
return sw, buf
|
||||
|
||||
def nav_row(self, back_label=None, back_cb=None, next_label="Continue", next_cb=None):
|
||||
box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=8)
|
||||
box.set_margin_top(12)
|
||||
box.set_margin_bottom(24)
|
||||
box.set_margin_start(40)
|
||||
box.set_margin_end(40)
|
||||
|
||||
if back_label and back_cb:
|
||||
btn = Gtk.Button(label=back_label)
|
||||
btn.connect("clicked", back_cb)
|
||||
box.append(btn)
|
||||
|
||||
spacer = Gtk.Label()
|
||||
spacer.set_hexpand(True)
|
||||
box.append(spacer)
|
||||
|
||||
if next_cb:
|
||||
btn = Gtk.Button(label=next_label)
|
||||
btn.add_css_class("suggested-action")
|
||||
btn.add_css_class("pill")
|
||||
btn.connect("clicked", next_cb)
|
||||
box.append(btn)
|
||||
|
||||
return box
|
||||
|
||||
# ── No Internet Screen ─────────────────────────────────────────────────
|
||||
|
||||
def push_no_internet(self):
|
||||
outer = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=0)
|
||||
|
||||
status = Adw.StatusPage()
|
||||
status.set_title("No Internet Connection")
|
||||
status.set_description(
|
||||
"An active internet connection is required to install Sovran_SystemsOS.\n\n"
|
||||
"Please connect an Ethernet cable or configure Wi-Fi,\n"
|
||||
"then press Retry."
|
||||
)
|
||||
status.set_icon_name("network-offline-symbolic")
|
||||
status.set_vexpand(True)
|
||||
outer.append(status)
|
||||
|
||||
btn_box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=12)
|
||||
btn_box.set_halign(Gtk.Align.CENTER)
|
||||
btn_box.set_margin_bottom(32)
|
||||
|
||||
retry_btn = Gtk.Button(label="Retry")
|
||||
retry_btn.add_css_class("suggested-action")
|
||||
retry_btn.add_css_class("pill")
|
||||
retry_btn.connect("clicked", self.on_retry_internet)
|
||||
btn_box.append(retry_btn)
|
||||
|
||||
outer.append(btn_box)
|
||||
|
||||
self.push_page("No Internet", outer)
|
||||
|
||||
def on_retry_internet(self, btn):
|
||||
if check_internet():
|
||||
# Pop the no-internet page and proceed to welcome
|
||||
try:
|
||||
self.nav.pop()
|
||||
except Exception:
|
||||
pass
|
||||
self.push_welcome()
|
||||
else:
|
||||
dlg = Adw.MessageDialog()
|
||||
dlg.set_transient_for(self)
|
||||
dlg.set_heading("Still Offline")
|
||||
dlg.set_body(
|
||||
"Could not reach the internet.\n"
|
||||
"Please check your network connection and try again."
|
||||
)
|
||||
dlg.add_response("ok", "OK")
|
||||
dlg.present()
|
||||
|
||||
# ── Step 1: Welcome & Role ─────────────────────────────────────────────
|
||||
|
||||
def push_welcome(self):
|
||||
outer = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=0)
|
||||
|
||||
# Hero
|
||||
hero = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=8)
|
||||
hero.set_margin_top(32)
|
||||
hero.set_margin_bottom(24)
|
||||
hero.set_halign(Gtk.Align.CENTER)
|
||||
|
||||
if os.path.exists(LOGO):
|
||||
try:
|
||||
img = Gtk.Image.new_from_file(LOGO)
|
||||
img.set_pixel_size(480)
|
||||
hero.append(img)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
title = Gtk.Label()
|
||||
title.set_markup("<span size='xx-large' weight='heavy'>Sovran Systems</span>")
|
||||
hero.append(title)
|
||||
|
||||
sub = Gtk.Label()
|
||||
sub.set_markup("<span size='large' style='italic' foreground='#888888'>Be Digitally Sovereign</span>")
|
||||
hero.append(sub)
|
||||
|
||||
outer.append(hero)
|
||||
|
||||
sep = Gtk.Separator()
|
||||
sep.set_margin_start(40)
|
||||
sep.set_margin_end(40)
|
||||
outer.append(sep)
|
||||
|
||||
# Role label
|
||||
role_lbl = Gtk.Label()
|
||||
role_lbl.set_markup("<span size='medium' weight='bold'>Choose your installation type:</span>")
|
||||
role_lbl.set_halign(Gtk.Align.START)
|
||||
role_lbl.set_margin_start(40)
|
||||
role_lbl.set_margin_top(20)
|
||||
role_lbl.set_margin_bottom(8)
|
||||
outer.append(role_lbl)
|
||||
|
||||
# Role cards
|
||||
roles = [
|
||||
("Server + Desktop",
|
||||
"Full sovereign experience: beautiful desktop, your own cloud, secure messaging, Bitcoin node, and more.",
|
||||
"Server+Desktop"),
|
||||
("Desktop Only",
|
||||
"A beautiful, easy-to-use desktop without the background server applications.",
|
||||
"Desktop Only"),
|
||||
("Node Only",
|
||||
"Full Bitcoin node with Lightning and non-KYC buying and selling. No desktop.",
|
||||
"Node (Bitcoin-only)"),
|
||||
]
|
||||
|
||||
self._role_radios = []
|
||||
radio_group = None
|
||||
cards_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=8)
|
||||
cards_box.set_margin_start(40)
|
||||
cards_box.set_margin_end(40)
|
||||
|
||||
for label, desc, key in roles:
|
||||
card = Adw.ActionRow()
|
||||
card.set_title(label)
|
||||
card.set_subtitle(desc)
|
||||
|
||||
radio = Gtk.CheckButton()
|
||||
radio.set_name(key)
|
||||
if radio_group is None:
|
||||
radio_group = radio
|
||||
radio.set_active(True)
|
||||
else:
|
||||
radio.set_group(radio_group)
|
||||
|
||||
card.add_prefix(radio)
|
||||
card.set_activatable_widget(radio)
|
||||
self._role_radios.append(radio)
|
||||
cards_box.append(card)
|
||||
|
||||
outer.append(cards_box)
|
||||
|
||||
outer.append(Gtk.Label(label="", vexpand=True))
|
||||
outer.append(self.nav_row(
|
||||
next_label="Next →",
|
||||
next_cb=self.on_role_next
|
||||
))
|
||||
|
||||
self.push_page("Welcome to Sovran_SystemsOS Installer", outer)
|
||||
|
||||
def on_role_next(self, btn):
|
||||
for radio in self._role_radios:
|
||||
if radio.get_active():
|
||||
self.role = radio.get_name()
|
||||
break
|
||||
self.push_disk_confirm()
|
||||
|
||||
# ── Step 2: Disk Confirm ───────────────────────────────────────────────
|
||||
|
||||
def push_disk_confirm(self):
|
||||
try:
|
||||
raw = run(["lsblk", "-b", "-dno", "NAME,SIZE,TYPE,RO,TRAN", "-e", "7,11"])
|
||||
except Exception as e:
|
||||
self.show_error(str(e))
|
||||
return
|
||||
|
||||
disks = []
|
||||
for line in raw.splitlines():
|
||||
parts = line.split()
|
||||
if len(parts) >= 4 and parts[2] == "disk" and parts[3] == "0":
|
||||
tran = parts[4] if len(parts) >= 5 else ""
|
||||
if tran != "usb":
|
||||
disks.append((parts[0], int(parts[1])))
|
||||
|
||||
if not disks:
|
||||
self.show_error("No valid internal drives found. USB drives are excluded.")
|
||||
return
|
||||
|
||||
disks.sort(key=lambda x: x[1])
|
||||
self.boot_disk, self.boot_size = disks[0]
|
||||
self.data_disk, self.data_size = None, None
|
||||
|
||||
BYTES_2TB = 2 * 1024 ** 4
|
||||
if len(disks) >= 2:
|
||||
d, s = disks[-1]
|
||||
if s >= BYTES_2TB:
|
||||
self.data_disk, self.data_size = d, s
|
||||
|
||||
outer = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=0)
|
||||
|
||||
# Disk info group
|
||||
disk_group = Adw.PreferencesGroup()
|
||||
disk_group.set_title("Drives to be erased")
|
||||
disk_group.set_margin_top(24)
|
||||
disk_group.set_margin_start(40)
|
||||
disk_group.set_margin_end(40)
|
||||
|
||||
boot_row = Adw.ActionRow()
|
||||
boot_row.set_title("Boot Disk")
|
||||
boot_row.set_subtitle(f"/dev/{self.boot_disk} — {human_size(self.boot_size)}")
|
||||
boot_row.add_prefix(symbolic_icon("drive-harddisk-symbolic"))
|
||||
disk_group.add(boot_row)
|
||||
|
||||
if self.data_disk:
|
||||
data_row = Adw.ActionRow()
|
||||
data_row.set_title("Data Disk")
|
||||
data_row.set_subtitle(f"/dev/{self.data_disk} — {human_size(self.data_size)}")
|
||||
data_row.add_prefix(symbolic_icon("drive-harddisk-symbolic"))
|
||||
disk_group.add(data_row)
|
||||
else:
|
||||
no_row = Adw.ActionRow()
|
||||
no_row.set_title("Data Disk")
|
||||
no_row.set_subtitle("None detected (requires 2 TB or larger)")
|
||||
no_row.add_prefix(symbolic_icon("drive-harddisk-symbolic"))
|
||||
disk_group.add(no_row)
|
||||
|
||||
outer.append(disk_group)
|
||||
|
||||
# Warning banner
|
||||
banner = Adw.Banner()
|
||||
banner.set_title("⚠ All data on the above disk(s) will be permanently destroyed.")
|
||||
banner.set_revealed(True)
|
||||
banner.set_margin_top(16)
|
||||
banner.set_margin_start(40)
|
||||
banner.set_margin_end(40)
|
||||
outer.append(banner)
|
||||
|
||||
# Confirm entry group
|
||||
entry_group = Adw.PreferencesGroup()
|
||||
entry_group.set_title("Type ERASE to confirm")
|
||||
entry_group.set_margin_top(16)
|
||||
entry_group.set_margin_start(40)
|
||||
entry_group.set_margin_end(40)
|
||||
|
||||
entry_row = Adw.EntryRow()
|
||||
entry_row.set_title("Confirmation")
|
||||
self._confirm_entry = entry_row
|
||||
entry_group.add(entry_row)
|
||||
|
||||
outer.append(entry_group)
|
||||
outer.append(Gtk.Label(label="", vexpand=True))
|
||||
outer.append(self.nav_row(
|
||||
back_label="← Back",
|
||||
back_cb=lambda b: self.nav.pop(),
|
||||
next_label="Begin Installation",
|
||||
next_cb=self.on_confirm_next
|
||||
))
|
||||
|
||||
self.push_page("Confirm Installation", outer, show_back=True)
|
||||
|
||||
def on_confirm_next(self, btn):
|
||||
if self._confirm_entry.get_text().strip() != "ERASE":
|
||||
dlg = Adw.MessageDialog()
|
||||
dlg.set_transient_for(self)
|
||||
dlg.set_heading("Confirmation Required")
|
||||
dlg.set_body("You must type ERASE exactly to proceed.")
|
||||
dlg.add_response("ok", "OK")
|
||||
dlg.present()
|
||||
return
|
||||
self.push_progress(
|
||||
"Preparing Drives",
|
||||
"Partitioning and formatting your drives...",
|
||||
self.do_partition
|
||||
)
|
||||
|
||||
# ── Step 3 & 5: Progress ──────────────────────────────────────────────
|
||||
|
||||
def push_progress(self, title, subtitle, worker_fn):
|
||||
outer = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=0)
|
||||
|
||||
status = Adw.StatusPage()
|
||||
status.set_title(title)
|
||||
status.set_description(subtitle)
|
||||
status.set_icon_name("emblem-synchronizing-symbolic")
|
||||
status.set_vexpand(False)
|
||||
outer.append(status)
|
||||
|
||||
spinner = Gtk.Spinner()
|
||||
spinner.set_size_request(32, 32)
|
||||
spinner.set_halign(Gtk.Align.CENTER)
|
||||
spinner.start()
|
||||
outer.append(spinner)
|
||||
|
||||
sw, buf = self.make_scrolled_log()
|
||||
sw.set_margin_start(40)
|
||||
sw.set_margin_end(40)
|
||||
sw.set_margin_top(12)
|
||||
sw.set_margin_bottom(12)
|
||||
sw.set_vexpand(True)
|
||||
outer.append(sw)
|
||||
|
||||
self.push_page(title, outer)
|
||||
|
||||
def thread_fn():
|
||||
try:
|
||||
worker_fn(buf)
|
||||
except Exception as e:
|
||||
GLib.idle_add(self.show_error, str(e))
|
||||
|
||||
threading.Thread(target=thread_fn, daemon=True).start()
|
||||
|
||||
# ── Worker: partition ─────────────────────────────────────────────────
|
||||
|
||||
def do_partition(self, buf):
|
||||
boot_path = f"/dev/{self.boot_disk}"
|
||||
|
||||
# ── Wipe disk(s) to clear stale GPT/MBR data before disko ──
|
||||
GLib.idle_add(append_text, buf, "=== Wiping disk(s) ===\n")
|
||||
|
||||
run_stream(["sudo", "sgdisk", "--zap-all", boot_path], buf)
|
||||
run_stream(["sudo", "wipefs", "--all", "--force", boot_path], buf)
|
||||
|
||||
if self.data_disk:
|
||||
data_path = f"/dev/{self.data_disk}"
|
||||
run_stream(["sudo", "sgdisk", "--zap-all", data_path], buf)
|
||||
run_stream(["sudo", "wipefs", "--all", "--force", data_path], buf)
|
||||
|
||||
# Inform the kernel of the wiped partition tables
|
||||
run_stream(["sudo", "partprobe", boot_path], buf)
|
||||
if self.data_disk:
|
||||
run_stream(["sudo", "partprobe", data_path], buf)
|
||||
|
||||
# Short settle so the kernel finishes re-reading
|
||||
time.sleep(2)
|
||||
|
||||
# ── Now run disko on a clean disk ──
|
||||
GLib.idle_add(append_text, buf, "\n=== Partitioning drives ===\n")
|
||||
cmd = [
|
||||
"sudo", "disko", "--mode", "disko",
|
||||
f"{FLAKE}/iso/disko.nix",
|
||||
"--arg", "device", f'"{boot_path}"'
|
||||
]
|
||||
if self.data_disk:
|
||||
cmd += ["--arg", "dataDevice", f'"/dev/{self.data_disk}"']
|
||||
run_stream(cmd, buf)
|
||||
|
||||
GLib.idle_add(append_text, buf, "\n=== Generating hardware config ===\n")
|
||||
run_stream(["sudo", "nixos-generate-config", "--root", "/mnt"], buf)
|
||||
|
||||
GLib.idle_add(append_text, buf, "\n=== Copying flake to /mnt ===\n")
|
||||
run(["sudo", "cp", "/mnt/etc/nixos/hardware-configuration.nix", "/tmp/hardware-configuration.nix"])
|
||||
run(["sudo", "rm", "-rf", "/mnt/etc/nixos/"])
|
||||
run(["sudo", "mkdir", "-p", "/mnt/etc/nixos"])
|
||||
run(["sudo", "cp", "-a", f"{FLAKE}/.", "/mnt/etc/nixos/"])
|
||||
run(["sudo", "cp", "/tmp/hardware-configuration.nix", "/mnt/etc/nixos/hardware-configuration.nix"])
|
||||
|
||||
GLib.idle_add(append_text, buf, "\n=== Writing role config ===\n")
|
||||
self.write_role_state()
|
||||
GLib.idle_add(append_text, buf, "Done.\n")
|
||||
|
||||
GLib.idle_add(self.push_ready)
|
||||
|
||||
def write_role_state(self):
|
||||
is_server = str(self.role == "Server+Desktop").lower()
|
||||
is_desktop = str(self.role == "Desktop Only").lower()
|
||||
is_node = str(self.role == "Node (Bitcoin-only)").lower()
|
||||
content = f"""# THIS FILE IS AUTO-GENERATED BY THE INSTALLER. DO NOT EDIT.
|
||||
{{ config, lib, ... }}:
|
||||
{{
|
||||
sovran_systemsOS.roles.server_plus_desktop = lib.mkDefault {is_server};
|
||||
sovran_systemsOS.roles.desktop = lib.mkDefault {is_desktop};
|
||||
sovran_systemsOS.roles.node = lib.mkDefault {is_node};
|
||||
}}
|
||||
"""
|
||||
proc = subprocess.run(
|
||||
["sudo", "tee", "/mnt/etc/nixos/role-state.nix"],
|
||||
input=content, text=True, capture_output=True
|
||||
)
|
||||
log(proc.stdout)
|
||||
if proc.returncode != 0:
|
||||
raise RuntimeError(f"Failed to write role-state.nix: {proc.stderr}")
|
||||
run(["sudo", "cp", "/mnt/etc/nixos/custom.template.nix", "/mnt/etc/nixos/custom.nix"])
|
||||
|
||||
# ── Step 4: Ready to install ────────<E29480><E29480><EFBFBD>──────────────────────────────────
|
||||
|
||||
def push_ready(self):
|
||||
outer = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=0)
|
||||
|
||||
status = Adw.StatusPage()
|
||||
status.set_title("Drives Ready")
|
||||
status.set_description("Your drives have been partitioned successfully.")
|
||||
status.set_icon_name("emblem-ok-symbolic")
|
||||
status.set_vexpand(True)
|
||||
|
||||
details = Adw.PreferencesGroup()
|
||||
details.set_margin_start(40)
|
||||
details.set_margin_end(40)
|
||||
|
||||
role_row = Adw.ActionRow()
|
||||
role_row.set_title("Installation Type")
|
||||
role_row.set_subtitle(self.role)
|
||||
details.add(role_row)
|
||||
|
||||
boot_row = Adw.ActionRow()
|
||||
boot_row.set_title("Boot Disk")
|
||||
boot_row.set_subtitle(f"/dev/{self.boot_disk} — {human_size(self.boot_size)}")
|
||||
details.add(boot_row)
|
||||
|
||||
if self.data_disk:
|
||||
data_row = Adw.ActionRow()
|
||||
data_row.set_title("Data Disk")
|
||||
data_row.set_subtitle(f"/dev/{self.data_disk} — {human_size(self.data_size)}")
|
||||
details.add(data_row)
|
||||
|
||||
status_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=16)
|
||||
status_box.append(status)
|
||||
status_box.append(details)
|
||||
|
||||
note = Gtk.Label()
|
||||
note.set_markup(
|
||||
"<span foreground='#888888'>The next step will install the full system.\n"
|
||||
"This may take <b>20–40 minutes</b> depending on your internet speed.\n"
|
||||
"Do not turn off your computer.</span>"
|
||||
)
|
||||
note.set_justify(Gtk.Justification.CENTER)
|
||||
note.set_wrap(True)
|
||||
note.set_margin_top(16)
|
||||
note.set_margin_start(40)
|
||||
note.set_margin_end(40)
|
||||
status_box.append(note)
|
||||
|
||||
outer.append(status_box)
|
||||
outer.append(self.nav_row(
|
||||
next_label="Install Now",
|
||||
next_cb=lambda b: self.push_progress(
|
||||
"Installing Sovran SystemsOS",
|
||||
"Building and installing your system. Please wait...",
|
||||
self.do_install
|
||||
)
|
||||
))
|
||||
|
||||
self.push_page("Ready to Install", outer)
|
||||
return False
|
||||
|
||||
# ── Worker: install ───────────────────────────────────────────────────
|
||||
|
||||
def do_install(self, buf):
|
||||
GLib.idle_add(append_text, buf, "=== Running nixos-install ===\n")
|
||||
|
||||
for f in ["/mnt/etc/nixos/role-state.nix", "/mnt/etc/nixos/custom.nix"]:
|
||||
if not os.path.exists(f):
|
||||
raise RuntimeError(f"Required file missing: {f}")
|
||||
|
||||
run_stream([
|
||||
"sudo", "nixos-install",
|
||||
"--root", "/mnt",
|
||||
"--flake", "/mnt/etc/nixos#nixos"
|
||||
], buf)
|
||||
|
||||
GLib.idle_add(self.push_complete)
|
||||
|
||||
# ── Step 6: Complete ───────────────────────────────────────────────────
|
||||
|
||||
def push_complete(self):
|
||||
outer = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=0)
|
||||
|
||||
status = Adw.StatusPage()
|
||||
status.set_title("Installation Complete!")
|
||||
status.set_description("Welcome to Sovran SystemsOS.")
|
||||
status.set_icon_name("emblem-ok-symbolic")
|
||||
status.set_vexpand(True)
|
||||
|
||||
creds_group = Adw.PreferencesGroup()
|
||||
creds_group.set_title("⚠ Write down your login details before rebooting")
|
||||
creds_group.set_margin_start(40)
|
||||
creds_group.set_margin_end(40)
|
||||
|
||||
user_row = Adw.ActionRow()
|
||||
user_row.set_title("Username")
|
||||
user_row.set_subtitle("free")
|
||||
creds_group.add(user_row)
|
||||
|
||||
pass_row = Adw.ActionRow()
|
||||
pass_row.set_title("Password")
|
||||
pass_row.set_subtitle("free")
|
||||
creds_group.add(pass_row)
|
||||
|
||||
note_row = Adw.ActionRow()
|
||||
note_row.set_title("App Passwords")
|
||||
note_row.set_subtitle(
|
||||
"After rebooting, all app passwords (Nextcloud, Bitcoin, Matrix, etc.) "
|
||||
"will be saved to a secure PDF in your Documents folder."
|
||||
)
|
||||
creds_group.add(note_row)
|
||||
|
||||
content_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=16)
|
||||
content_box.append(status)
|
||||
content_box.append(creds_group)
|
||||
outer.append(content_box)
|
||||
|
||||
reboot_btn = Gtk.Button(label="Reboot Now")
|
||||
reboot_btn.add_css_class("suggested-action")
|
||||
reboot_btn.add_css_class("pill")
|
||||
reboot_btn.add_css_class("destructive-action")
|
||||
reboot_btn.connect("clicked", lambda b: subprocess.run(["sudo", "reboot"]))
|
||||
|
||||
nav = Gtk.Box()
|
||||
nav.set_margin_bottom(24)
|
||||
nav.set_margin_end(40)
|
||||
nav.set_halign(Gtk.Align.END)
|
||||
nav.append(reboot_btn)
|
||||
outer.append(nav)
|
||||
|
||||
self.push_page("Complete", outer)
|
||||
return False
|
||||
|
||||
# ── Error screen ───────────────────────────────────────────────────────
|
||||
|
||||
def show_error(self, msg):
|
||||
outer = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=0)
|
||||
|
||||
status = Adw.StatusPage()
|
||||
status.set_title("Installation Error")
|
||||
status.set_description(msg)
|
||||
status.set_icon_name("dialog-error-symbolic")
|
||||
status.set_vexpand(True)
|
||||
|
||||
log_lbl = Gtk.Label()
|
||||
log_lbl.set_markup(f"<span foreground='#888888' size='small'>Full log: {LOG}</span>")
|
||||
log_lbl.set_margin_bottom(24)
|
||||
|
||||
outer.append(status)
|
||||
outer.append(log_lbl)
|
||||
|
||||
self.push_page("Error", outer)
|
||||
return False
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app = InstallerApp()
|
||||
app.run(None)
|
||||
44
iso/plymouth-theme.nix
Normal file
44
iso/plymouth-theme.nix
Normal file
@@ -0,0 +1,44 @@
|
||||
{ pkgs, lib }:
|
||||
|
||||
pkgs.stdenv.mkDerivation {
|
||||
pname = "sovran-plymouth-theme";
|
||||
version = "1.0";
|
||||
|
||||
src = ./.;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/plymouth/themes/sovran
|
||||
cp ${./assets/splash-logo.png} $out/share/plymouth/themes/sovran/logo.png
|
||||
|
||||
cat > $out/share/plymouth/themes/sovran/sovran.plymouth <<'EOF'
|
||||
[Plymouth Theme]
|
||||
Name=Sovran Systems
|
||||
Description=Sovran Systems Splash
|
||||
ModuleName=script
|
||||
|
||||
[script]
|
||||
ImageDir=/share/plymouth/themes/sovran
|
||||
ScriptFile=/share/plymouth/themes/sovran/sovran.script
|
||||
EOF
|
||||
|
||||
cat > $out/share/plymouth/themes/sovran/sovran.script <<'EOF'
|
||||
# Background color: #CFFFD7 (RGB 207,255,215)
|
||||
bg_r = 207/255.0
|
||||
bg_g = 255/255.0
|
||||
bg_b = 215/255.0
|
||||
|
||||
Window.SetBackgroundTopColor (bg_r, bg_g, bg_b);
|
||||
Window.SetBackgroundBottomColor (bg_r, bg_g, bg_b);
|
||||
|
||||
logo = Image("logo.png");
|
||||
logo_sprite = Sprite(logo);
|
||||
logo_sprite.SetX((Window.GetWidth() - logo.GetWidth()) / 2);
|
||||
logo_sprite.SetY((Window.GetHeight() - logo.GetHeight()) / 2);
|
||||
|
||||
spinner = Sprite();
|
||||
spinner.SetImage(Spinner());
|
||||
spinner.SetX((Window.GetWidth() - spinner.GetImage().GetWidth()) / 2);
|
||||
spinner.SetY((Window.GetHeight() + logo.GetHeight()) / 2 + 20);
|
||||
EOF
|
||||
'';
|
||||
}
|
||||
5
iso/server.nix
Normal file
5
iso/server.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./common.nix ];
|
||||
}
|
||||
@@ -4,14 +4,12 @@ let
|
||||
cfg = config.sovran_systemsOS;
|
||||
in
|
||||
{
|
||||
# ✅ Option definition
|
||||
options.sovran_systemsOS.packages.bip110 = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.package;
|
||||
default = null;
|
||||
description = "BIP110 Bitcoin package";
|
||||
};
|
||||
|
||||
# ✅ Implementation
|
||||
config = lib.mkIf (
|
||||
cfg.features.bip110 &&
|
||||
cfg.packages.bip110 != null
|
||||
|
||||
@@ -1,95 +1,76 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
lib.mkIf config.sovran_systemsOS.features.bitcoin {
|
||||
|
||||
## Bitcoind
|
||||
|
||||
services.bitcoind = {
|
||||
enable = true;
|
||||
lib.mkIf config.sovran_systemsOS.services.bitcoin {
|
||||
|
||||
services.bitcoind = {
|
||||
enable = true;
|
||||
package = config.nix-bitcoin.pkgs.bitcoind-knots;
|
||||
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
|
||||
txindex = true;
|
||||
tor.proxy = true;
|
||||
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
|
||||
txindex = true;
|
||||
tor.proxy = true;
|
||||
tor.enforce = true;
|
||||
disablewallet = true;
|
||||
extraConfig = ''
|
||||
peerbloomfilters=1
|
||||
server=1
|
||||
'';
|
||||
};
|
||||
disablewallet = true;
|
||||
extraConfig = ''
|
||||
peerbloomfilters=1
|
||||
server=1
|
||||
'';
|
||||
};
|
||||
|
||||
nix-bitcoin.onionServices.bitcoind.enable = true;
|
||||
nix-bitcoin.onionServices.electrs.enable = true;
|
||||
nix-bitcoin.onionServices.rtl.enable = true;
|
||||
nix-bitcoin.onionServices.bitcoind.enable = true;
|
||||
nix-bitcoin.onionServices.electrs.enable = true;
|
||||
nix-bitcoin.onionServices.rtl.enable = true;
|
||||
|
||||
services.electrs = {
|
||||
enable = true;
|
||||
tor.enforce = true;
|
||||
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Electrs_Data";
|
||||
};
|
||||
|
||||
## Electrs
|
||||
|
||||
services.electrs = {
|
||||
enable = true;
|
||||
tor.enforce = true;
|
||||
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Electrs_Data";
|
||||
};
|
||||
services.lnd = {
|
||||
enable = true;
|
||||
tor.enforce = true;
|
||||
tor.proxy = true;
|
||||
extraConfig = ''
|
||||
protocol.option-scid-alias=true
|
||||
'';
|
||||
};
|
||||
|
||||
nix-bitcoin.onionServices.lnd.public = true;
|
||||
|
||||
## LND
|
||||
|
||||
services.lnd = {
|
||||
enable = true;
|
||||
tor.enforce = true;
|
||||
tor.proxy = true;
|
||||
extraConfig = ''
|
||||
protocol.option-scid-alias=true
|
||||
'';
|
||||
};
|
||||
services.lnd.lndconnect = {
|
||||
enable = true;
|
||||
onion = true;
|
||||
};
|
||||
|
||||
nix-bitcoin.onionServices.lnd.public = true;
|
||||
services.rtl = {
|
||||
enable = true;
|
||||
tor.enforce = true;
|
||||
port = 3050;
|
||||
nightTheme = true;
|
||||
nodes = {
|
||||
lnd = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.btcpayserver = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
## LNDconnect
|
||||
services.btcpayserver.lightningBackend = "lnd";
|
||||
|
||||
services.lnd.lndconnect = {
|
||||
enable = true;
|
||||
onion = true;
|
||||
};
|
||||
nix-bitcoin.generateSecrets = true;
|
||||
nix-bitcoin.nodeinfo.enable = true;
|
||||
|
||||
|
||||
## RTL
|
||||
|
||||
services.rtl = {
|
||||
enable = true;
|
||||
tor.enforce = true;
|
||||
port = 3050;
|
||||
nightTheme = true;
|
||||
nodes = {
|
||||
lnd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
nix-bitcoin.operator = {
|
||||
enable = true;
|
||||
name = "free";
|
||||
};
|
||||
|
||||
|
||||
## BTCpayserver
|
||||
|
||||
services.btcpayserver = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.btcpayserver.lightningBackend = "lnd";
|
||||
|
||||
|
||||
## System
|
||||
|
||||
nix-bitcoin.generateSecrets = true;
|
||||
|
||||
nix-bitcoin.nodeinfo.enable = true;
|
||||
|
||||
nix-bitcoin.operator = {
|
||||
enable = true;
|
||||
name = "free";
|
||||
};
|
||||
|
||||
nix-bitcoin.useVersionLockedPkgs = false;
|
||||
|
||||
nix-bitcoin.useVersionLockedPkgs = false;
|
||||
|
||||
sovran_systemsOS.domainRequirements = [
|
||||
{ name = "btcpayserver"; label = "BTCPay Server"; example = "pay.yourdomain.com"; }
|
||||
];
|
||||
}
|
||||
|
||||
149
modules/core/caddy.nix
Executable file
149
modules/core/caddy.nix
Executable file
@@ -0,0 +1,149 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
exposeBtcpay = config.sovran_systemsOS.web.btcpayserver;
|
||||
in
|
||||
{
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
user = "caddy";
|
||||
group = "root";
|
||||
configFile = "/run/caddy/Caddyfile";
|
||||
};
|
||||
|
||||
systemd.services.caddy-generate-config = {
|
||||
description = "Generate Caddyfile from /var/lib/domains at runtime";
|
||||
before = [ "caddy.service" ];
|
||||
requiredBy = [ "caddy.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
RuntimeDirectory = "caddy";
|
||||
};
|
||||
path = [ pkgs.coreutils ];
|
||||
script = ''
|
||||
read_domain() {
|
||||
if [ -f "/var/lib/domains/$1" ]; then
|
||||
cat "/var/lib/domains/$1"
|
||||
else
|
||||
echo ""
|
||||
fi
|
||||
}
|
||||
|
||||
MATRIX=$(read_domain matrix)
|
||||
WORDPRESS=$(read_domain wordpress)
|
||||
NEXTCLOUD=$(read_domain nextcloud)
|
||||
BTCPAY=$(read_domain btcpayserver)
|
||||
VAULTWARDEN=$(read_domain vaultwarden)
|
||||
HAVEN=$(read_domain haven)
|
||||
ACME_EMAIL=$(read_domain sslemail)
|
||||
|
||||
# Start with global config
|
||||
cat > /run/caddy/Caddyfile <<EOF
|
||||
{
|
||||
email $ACME_EMAIL
|
||||
}
|
||||
EOF
|
||||
|
||||
# ── Matrix ──────────────────────────────────────
|
||||
if [ -n "$MATRIX" ]; then
|
||||
if [ -f /run/caddy/element-calling.snippet ]; then
|
||||
cat /run/caddy/element-calling.snippet >> /run/caddy/Caddyfile
|
||||
else
|
||||
cat >> /run/caddy/Caddyfile <<EOF
|
||||
|
||||
$MATRIX {
|
||||
reverse_proxy /_matrix/* http://localhost:8008
|
||||
reverse_proxy /_synapse/client/* http://localhost:8008
|
||||
}
|
||||
|
||||
$MATRIX:8448 {
|
||||
reverse_proxy http://localhost:8008
|
||||
}
|
||||
EOF
|
||||
fi
|
||||
fi
|
||||
|
||||
# ── WordPress ───────────────────────────────────
|
||||
if [ -n "$WORDPRESS" ]; then
|
||||
cat >> /run/caddy/Caddyfile <<EOF
|
||||
|
||||
$WORDPRESS {
|
||||
encode gzip zstd
|
||||
root * /var/lib/www/wordpress
|
||||
php_fastcgi unix//run/phpfpm/mypool.sock
|
||||
file_server browse
|
||||
}
|
||||
EOF
|
||||
fi
|
||||
|
||||
# ── Nextcloud ───────────────────────────────────
|
||||
if [ -n "$NEXTCLOUD" ]; then
|
||||
cat >> /run/caddy/Caddyfile <<EOF
|
||||
|
||||
$NEXTCLOUD {
|
||||
encode gzip zstd
|
||||
root * /var/lib/www/nextcloud
|
||||
php_fastcgi unix//run/phpfpm/mypool.sock {
|
||||
trusted_proxies private_ranges
|
||||
}
|
||||
file_server
|
||||
redir /.well-known/carddav /remote.php/dav/ 301
|
||||
redir /.well-known/caldav /remote.php/dav/ 301
|
||||
header {
|
||||
Strict-Transport-Security max-age=31536000;
|
||||
}
|
||||
}
|
||||
EOF
|
||||
fi
|
||||
|
||||
# ── BTCPay (only if web exposure is enabled) ────
|
||||
${if exposeBtcpay then ''
|
||||
if [ -n "$BTCPAY" ]; then
|
||||
cat >> /run/caddy/Caddyfile <<EOF
|
||||
|
||||
$BTCPAY {
|
||||
reverse_proxy http://localhost:23000
|
||||
encode gzip zstd
|
||||
}
|
||||
EOF
|
||||
fi
|
||||
'' else ''
|
||||
# BTCPay web exposure disabled by sovran_systemsOS.web.btcpayserver = false
|
||||
''}
|
||||
|
||||
# ── Vaultwarden ─────────────────────────────────
|
||||
if [ -n "$VAULTWARDEN" ]; then
|
||||
cat >> /run/caddy/Caddyfile <<EOF
|
||||
|
||||
$VAULTWARDEN {
|
||||
reverse_proxy http://localhost:8777
|
||||
encode gzip zstd
|
||||
}
|
||||
EOF
|
||||
fi
|
||||
|
||||
# ── Haven ───────────────────────────────────────
|
||||
if [ -n "$HAVEN" ]; then
|
||||
cat >> /run/caddy/Caddyfile <<EOF
|
||||
|
||||
$HAVEN {
|
||||
reverse_proxy localhost:3355 {
|
||||
header_up Host {host}
|
||||
header_up X-Real-IP {remote_host}
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
header_up X-Forwarded-Proto {scheme}
|
||||
transport http {
|
||||
versions 1.1
|
||||
}
|
||||
}
|
||||
request_body {
|
||||
max_size 100MB
|
||||
}
|
||||
}
|
||||
EOF
|
||||
fi
|
||||
'';
|
||||
};
|
||||
}
|
||||
32
modules/core/njalla.nix
Normal file
32
modules/core/njalla.nix
Normal file
@@ -0,0 +1,32 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# ── Ensure njalla directory and base script exist on every build ──
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/njalla 0750 root root -"
|
||||
];
|
||||
|
||||
# ── Create base njalla.sh if it doesn't exist yet ────────────
|
||||
systemd.services.njalla-init = {
|
||||
description = "Initialize Njal.la DDNS script if missing";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
unitConfig = {
|
||||
ConditionPathExists = "!/var/lib/njalla/njalla.sh";
|
||||
};
|
||||
script = ''
|
||||
cat > /var/lib/njalla/njalla.sh <<'SCRIPT'
|
||||
#!/usr/bin/env bash
|
||||
IP=$(dig @resolver4.opendns.com myip.opendns.com +short -4)
|
||||
|
||||
## Add DDNS entries below — one curl per line
|
||||
## Run 'sudo sovran-setup-domains' to configure automatically
|
||||
SCRIPT
|
||||
|
||||
chmod 700 /var/lib/njalla/njalla.sh
|
||||
'';
|
||||
};
|
||||
}
|
||||
@@ -3,34 +3,42 @@
|
||||
{
|
||||
config = lib.mkMerge [
|
||||
|
||||
# Server-Desktop Role most services enabled
|
||||
(lib.mkIf config.sovran_systemsOS.roles.server-desktop {
|
||||
sovran_systemsOS.features = {
|
||||
synapse = true;
|
||||
bitcoin = true;
|
||||
coturn = true;
|
||||
vaultwarden = true;
|
||||
haven = false;
|
||||
mempool = false;
|
||||
bip110 = false;
|
||||
element-calling = false;
|
||||
bitcoin-core = false;
|
||||
rdp = false;
|
||||
};
|
||||
# ── Server+Desktop Role (default) ─────────────────────────
|
||||
(lib.mkIf config.sovran_systemsOS.roles.server_plus_desktop {
|
||||
})
|
||||
|
||||
# Desktop role
|
||||
# ── Desktop Only Role ─────────────────────────────────────
|
||||
(lib.mkIf config.sovran_systemsOS.roles.desktop {
|
||||
services.xserver.enable = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
|
||||
sovran_systemsOS.services = {
|
||||
synapse = lib.mkDefault false;
|
||||
bitcoin = lib.mkDefault false;
|
||||
vaultwarden = lib.mkDefault false;
|
||||
wordpress = lib.mkDefault false;
|
||||
nextcloud = lib.mkDefault false;
|
||||
};
|
||||
|
||||
sovran_systemsOS.web.btcpayserver = lib.mkDefault false;
|
||||
})
|
||||
|
||||
# Bitcoin node role
|
||||
# ── Bitcoin Node Only Role ────────────────────────────────
|
||||
# Bitcoin ecosystem + mempool + bip110, BTCPay runs but not exposed via Caddy
|
||||
(lib.mkIf config.sovran_systemsOS.roles.node {
|
||||
sovran_systemsOS.features = {
|
||||
bitcoin = true;
|
||||
bip110 = false;
|
||||
sovran_systemsOS.services = {
|
||||
bitcoin = lib.mkDefault true;
|
||||
synapse = lib.mkDefault false;
|
||||
vaultwarden = lib.mkDefault false;
|
||||
wordpress = lib.mkDefault false;
|
||||
nextcloud = lib.mkDefault false;
|
||||
};
|
||||
|
||||
sovran_systemsOS.features = {
|
||||
mempool = lib.mkDefault true;
|
||||
bip110 = lib.mkDefault true;
|
||||
};
|
||||
|
||||
sovran_systemsOS.web.btcpayserver = lib.mkDefault false;
|
||||
})
|
||||
|
||||
];
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{
|
||||
options.sovran_systemsOS = {
|
||||
roles = {
|
||||
server-desktop = lib.mkOption {
|
||||
server_plus_desktop = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = !config.sovran_systemsOS.roles.desktop && !config.sovran_systemsOS.roles.node;
|
||||
};
|
||||
@@ -11,11 +11,37 @@
|
||||
node = lib.mkEnableOption "Bitcoin Node Only Role";
|
||||
};
|
||||
|
||||
# ── Services (default ON — user can disable in custom.nix) ──
|
||||
services = {
|
||||
synapse = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Matrix Synapse homeserver";
|
||||
};
|
||||
bitcoin = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Bitcoin Ecosystem (bitcoind, electrs, lnd, rtl, btcpay)";
|
||||
};
|
||||
vaultwarden = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Vaultwarden password manager";
|
||||
};
|
||||
wordpress = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "WordPress (raw PHP served by Caddy)";
|
||||
};
|
||||
nextcloud = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Nextcloud (raw PHP served by Caddy)";
|
||||
};
|
||||
};
|
||||
|
||||
# ── Features (default OFF — user can enable in custom.nix) ──
|
||||
features = {
|
||||
coturn = lib.mkEnableOption "TURN server";
|
||||
synapse = lib.mkEnableOption "Matrix Synapse";
|
||||
bitcoin = lib.mkEnableOption "Bitcoin Ecosystem";
|
||||
vaultwarden = lib.mkEnableOption "Vaultwarden";
|
||||
haven = lib.mkEnableOption "Haven NOSTR relay";
|
||||
bip110 = lib.mkEnableOption "BIP-110 Bitcoin Better Money";
|
||||
mempool = lib.mkEnableOption "Bitcoin Mempool Explorer";
|
||||
@@ -24,6 +50,29 @@
|
||||
rdp = lib.mkEnableOption "Gnome Remote Desktop";
|
||||
};
|
||||
|
||||
# ── Web exposure (controls Caddy vhosts) ──────────────────
|
||||
web = {
|
||||
btcpayserver = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Expose BTCPay Server via Caddy";
|
||||
};
|
||||
};
|
||||
|
||||
# ── Domain setup registry ─────────────────────────────────
|
||||
domainRequirements = lib.mkOption {
|
||||
type = lib.types.listOf (lib.types.submodule {
|
||||
options = {
|
||||
name = lib.mkOption { type = lib.types.str; };
|
||||
label = lib.mkOption { type = lib.types.str; };
|
||||
example = lib.mkOption { type = lib.types.str; };
|
||||
needsDDNS = lib.mkOption { type = lib.types.bool; default = true; };
|
||||
};
|
||||
});
|
||||
default = [];
|
||||
description = "Domain requirements registered by each module";
|
||||
};
|
||||
|
||||
nostr_npub = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "";
|
||||
|
||||
377
modules/core/sovran-manage-domains.nix
Normal file
377
modules/core/sovran-manage-domains.nix
Normal file
@@ -0,0 +1,377 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
domains = config.sovran_systemsOS.domainRequirements;
|
||||
|
||||
domainNamesList = lib.concatMapStringsSep " " (d: d.name) domains;
|
||||
|
||||
ddnsPrompt = ''
|
||||
read -p " Njal.la DDNS curl command (paste full line, or Enter to skip): " DDNS_LINE
|
||||
if [ -n "$DDNS_LINE" ]; then
|
||||
# Strip any leading "curl " if they pasted the whole command
|
||||
DDNS_LINE="''${DDNS_LINE#curl }"
|
||||
# Strip surrounding quotes
|
||||
DDNS_LINE="''${DDNS_LINE%\"}"
|
||||
DDNS_LINE="''${DDNS_LINE#\"}"
|
||||
# Replace &auto with &a=''${IP} at the end
|
||||
DDNS_LINE="''${DDNS_LINE%auto}&a=''${DOLLAR}{IP}"
|
||||
# Remove any trailing double &a= if they already had &a=
|
||||
DDNS_LINE=$(echo "$DDNS_LINE" | sed 's/&a=&a=/\&a=/g')
|
||||
'';
|
||||
|
||||
confirmDomain = name: ''
|
||||
while true; do
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$YELLOW" " You entered:" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" " Domain: $DOMAIN" "$NC"
|
||||
if [ -n "''${DDNS_DISPLAY:-}" ]; then
|
||||
printf "%b%s%b\n" "$CYAN" " DDNS URL: $DDNS_DISPLAY" "$NC"
|
||||
fi
|
||||
echo ""
|
||||
read -p " Is this correct? (y/n): " CONFIRM
|
||||
case "$CONFIRM" in
|
||||
[yY])
|
||||
echo "$DOMAIN" > "/var/lib/domains/${name}"
|
||||
printf "%b%s%b\n" "$GREEN" " Saved." "$NC"
|
||||
break
|
||||
;;
|
||||
[nN])
|
||||
echo " Let's try again."
|
||||
REDO=true
|
||||
break
|
||||
;;
|
||||
*)
|
||||
echo " Please enter y or n."
|
||||
;;
|
||||
esac
|
||||
done
|
||||
'';
|
||||
|
||||
domainPrompts = lib.concatMapStringsSep "\n" (d: ''
|
||||
REDO=true
|
||||
while [ "$REDO" = true ]; do
|
||||
REDO=false
|
||||
DDNS_DISPLAY=""
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$GREEN" "── ${d.label} ──" "$NC"
|
||||
EXISTING=""
|
||||
if [ -f "/var/lib/domains/${d.name}" ]; then
|
||||
EXISTING=$(cat "/var/lib/domains/${d.name}")
|
||||
printf "%b%s%b\n" "$CYAN" " Current: $EXISTING" "$NC"
|
||||
fi
|
||||
read -p " Subdomain (e.g. ${d.example}) or Enter to keep current: " DOMAIN_INPUT
|
||||
DOMAIN="''${DOMAIN_INPUT:-$EXISTING}"
|
||||
|
||||
if [ -n "$DOMAIN" ]; then
|
||||
${lib.optionalString d.needsDDNS ''
|
||||
${ddnsPrompt}
|
||||
DDNS_DISPLAY="$DDNS_LINE"
|
||||
PENDING_NJALLA="curl \"$DDNS_LINE\""
|
||||
fi
|
||||
''}
|
||||
|
||||
${confirmDomain d.name}
|
||||
|
||||
if [ "$REDO" = false ] && [ -n "''${PENDING_NJALLA:-}" ]; then
|
||||
NJALLA_ENTRIES="$NJALLA_ENTRIES
|
||||
$PENDING_NJALLA"
|
||||
PENDING_NJALLA=""
|
||||
fi
|
||||
else
|
||||
echo " Skipped."
|
||||
fi
|
||||
done
|
||||
'') domains;
|
||||
|
||||
missingDomainPrompts = lib.concatMapStringsSep "\n" (d: ''
|
||||
if [ ! -f "/var/lib/domains/${d.name}" ]; then
|
||||
MISSING=true
|
||||
REDO=true
|
||||
while [ "$REDO" = true ]; do
|
||||
REDO=false
|
||||
DDNS_DISPLAY=""
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$GREEN" "── ${d.label} (NEW) ──" "$NC"
|
||||
read -p " Subdomain (e.g. ${d.example}): " DOMAIN
|
||||
|
||||
if [ -n "$DOMAIN" ]; then
|
||||
${lib.optionalString d.needsDDNS ''
|
||||
${ddnsPrompt}
|
||||
DDNS_DISPLAY="$DDNS_LINE"
|
||||
PENDING_NJALLA="curl \"$DDNS_LINE\""
|
||||
fi
|
||||
''}
|
||||
|
||||
${confirmDomain d.name}
|
||||
|
||||
if [ "$REDO" = false ] && [ -n "''${PENDING_NJALLA:-}" ]; then
|
||||
NEW_NJALLA_ENTRIES="$NEW_NJALLA_ENTRIES
|
||||
$PENDING_NJALLA"
|
||||
PENDING_NJALLA=""
|
||||
fi
|
||||
else
|
||||
echo " Skipped."
|
||||
fi
|
||||
done
|
||||
fi
|
||||
'') domains;
|
||||
|
||||
domainSummary = lib.concatMapStringsSep "\n" (d: ''
|
||||
if [ -f "/var/lib/domains/${d.name}" ]; then
|
||||
printf "%b%s%b\n" "$NC" " ${d.label}: $(cat /var/lib/domains/${d.name})" "$NC"
|
||||
fi
|
||||
'') domains;
|
||||
|
||||
setupScript = pkgs.writeShellScriptBin "sovran-setup-domains" ''
|
||||
set -euo pipefail
|
||||
|
||||
GREEN='\033[0;32m'
|
||||
YELLOW='\033[1;33m'
|
||||
CYAN='\033[0;36m'
|
||||
NC='\033[0m'
|
||||
DOLLAR='$'
|
||||
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" " Sovran_SystemsOS — Domain & DDNS Setup" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$YELLOW" "Before running this, you need:" "$NC"
|
||||
echo ""
|
||||
echo " 1. Domains/subdomains purchased on https://njal.la"
|
||||
echo " 2. For each subdomain, add a Dynamic record in"
|
||||
echo " your Njal.la dashboard."
|
||||
echo " 3. Njal.la will give you a curl command like:"
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$CYAN" " curl \"https://njal.la/update/?h=sub.domain.com&k=abc123&auto\"" "$NC"
|
||||
echo ""
|
||||
echo " Have those curl commands ready."
|
||||
echo ""
|
||||
read -p "Press Enter to continue..."
|
||||
|
||||
# ── Create directories ────────────────────────────
|
||||
mkdir -p /var/lib/domains
|
||||
|
||||
NJALLA_ENTRIES=""
|
||||
PENDING_NJALLA=""
|
||||
|
||||
# ── SSL Email ─────────────────────────────────────
|
||||
REDO=true
|
||||
while [ "$REDO" = true ]; do
|
||||
REDO=false
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$GREEN" "── SSL Certificate Email ──" "$NC"
|
||||
echo "Let's Encrypt needs an email for certificate notifications."
|
||||
EXISTING_EMAIL=""
|
||||
if [ -f "/var/lib/domains/sslemail" ]; then
|
||||
EXISTING_EMAIL=$(cat /var/lib/domains/sslemail)
|
||||
printf "%b%s%b\n" "$CYAN" " Current: $EXISTING_EMAIL" "$NC"
|
||||
fi
|
||||
read -p " Email address (or Enter to keep current): " EMAIL_INPUT
|
||||
SSL_EMAIL="''${EMAIL_INPUT:-$EXISTING_EMAIL}"
|
||||
if [ -n "$SSL_EMAIL" ]; then
|
||||
while true; do
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$YELLOW" " You entered:" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" " Email: $SSL_EMAIL" "$NC"
|
||||
echo ""
|
||||
read -p " Is this correct? (y/n): " CONFIRM
|
||||
case "$CONFIRM" in
|
||||
[yY])
|
||||
echo "$SSL_EMAIL" > /var/lib/domains/sslemail
|
||||
printf "%b%s%b\n" "$GREEN" " Saved." "$NC"
|
||||
break
|
||||
;;
|
||||
[nN])
|
||||
echo " Let's try again."
|
||||
REDO=true
|
||||
break
|
||||
;;
|
||||
*)
|
||||
echo " Please enter y or n."
|
||||
;;
|
||||
esac
|
||||
done
|
||||
fi
|
||||
done
|
||||
|
||||
# ── All module domains ────────────────────────────
|
||||
${domainPrompts}
|
||||
|
||||
# ── Final review ──────────────────────────────────
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" " Review All Entries" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
echo ""
|
||||
echo " Configured domains:"
|
||||
${domainSummary}
|
||||
echo ""
|
||||
echo " DDNS entries:"
|
||||
if [ -n "$NJALLA_ENTRIES" ]; then
|
||||
echo "$NJALLA_ENTRIES"
|
||||
else
|
||||
echo " (none)"
|
||||
fi
|
||||
echo ""
|
||||
read -p " Does everything look correct? (y/n): " FINAL_CONFIRM
|
||||
if [ "$FINAL_CONFIRM" != "y" ] && [ "$FINAL_CONFIRM" != "Y" ]; then
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$YELLOW" " Setup cancelled. Run 'sudo sovran-setup-domains' to start over." "$NC"
|
||||
echo ""
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# ── Append curl entries to njalla.sh ──────────────
|
||||
if [ -n "$NJALLA_ENTRIES" ]; then
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$GREEN" "── Updating DDNS script ──" "$NC"
|
||||
echo "$NJALLA_ENTRIES" >> /var/lib/njalla/njalla.sh
|
||||
echo " Appended entries to /var/lib/njalla/njalla.sh"
|
||||
fi
|
||||
|
||||
# ── Run DDNS update now ───────────────────────────
|
||||
echo ""
|
||||
read -p "Update Njal.la DNS records now? (y/n): " RUN_NOW
|
||||
if [ "$RUN_NOW" = "y" ]; then
|
||||
bash /var/lib/njalla/njalla.sh
|
||||
echo " DNS records updated."
|
||||
fi
|
||||
|
||||
# ── Mark setup complete ───────────────────────────
|
||||
touch /var/lib/domains/.setup-complete
|
||||
|
||||
# ── Summary ───────────────────────────────────────
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" " Setup Complete!" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
echo ""
|
||||
echo " Domain files: /var/lib/domains/"
|
||||
echo " DDNS script: /var/lib/njalla/njalla.sh"
|
||||
echo " DDNS cron: Every 15 minutes (already configured)"
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$YELLOW" " Rebuilding to activate services with new domains..." "$NC"
|
||||
echo ""
|
||||
nixos-rebuild switch --flake /etc/nixos#nixos
|
||||
'';
|
||||
|
||||
addDomainScript = pkgs.writeShellScriptBin "sovran-add-domains" ''
|
||||
set -euo pipefail
|
||||
|
||||
GREEN='\033[0;32m'
|
||||
YELLOW='\033[1;33m'
|
||||
CYAN='\033[0;36m'
|
||||
NC='\033[0m'
|
||||
DOLLAR='$'
|
||||
|
||||
MISSING=false
|
||||
NEW_NJALLA_ENTRIES=""
|
||||
PENDING_NJALLA=""
|
||||
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" " Sovran_SystemsOS — New Feature Domains" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
echo ""
|
||||
echo " Checking for newly enabled features that need domains..."
|
||||
|
||||
mkdir -p /var/lib/domains
|
||||
|
||||
${missingDomainPrompts}
|
||||
|
||||
if [ "$MISSING" = false ]; then
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$GREEN" " All domains are already configured. Nothing to do." "$NC"
|
||||
echo ""
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# ── Final review ──────────────────────────────────
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" " Review New Entries" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
echo ""
|
||||
echo " All configured domains:"
|
||||
${domainSummary}
|
||||
echo ""
|
||||
echo " New DDNS entries:"
|
||||
if [ -n "$NEW_NJALLA_ENTRIES" ]; then
|
||||
echo "$NEW_NJALLA_ENTRIES"
|
||||
else
|
||||
echo " (none)"
|
||||
fi
|
||||
echo ""
|
||||
read -p " Does everything look correct? (y/n): " FINAL_CONFIRM
|
||||
if [ "$FINAL_CONFIRM" != "y" ] && [ "$FINAL_CONFIRM" != "Y" ]; then
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$YELLOW" " Setup cancelled. Run 'sudo sovran-add-domains' to start over." "$NC"
|
||||
echo ""
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# ── Append new entries to njalla.sh ───────────────
|
||||
if [ -n "$NEW_NJALLA_ENTRIES" ]; then
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$GREEN" "── Updating DDNS script ──" "$NC"
|
||||
echo "$NEW_NJALLA_ENTRIES" >> /var/lib/njalla/njalla.sh
|
||||
echo " Appended new entries to /var/lib/njalla/njalla.sh"
|
||||
|
||||
echo ""
|
||||
read -p "Update Njal.la DNS records now? (y/n): " RUN_NOW
|
||||
if [ "$RUN_NOW" = "y" ]; then
|
||||
bash /var/lib/njalla/njalla.sh
|
||||
echo " DNS records updated."
|
||||
fi
|
||||
fi
|
||||
|
||||
# ── Summary ───────────────────────────────────────
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" " New Domains Added!" "$NC"
|
||||
printf "%b%s%b\n" "$CYAN" "══════════════════════════════════════════════" "$NC"
|
||||
echo ""
|
||||
echo " All configured domains:"
|
||||
${domainSummary}
|
||||
echo ""
|
||||
printf "%b%s%b\n" "$YELLOW" " Rebuilding to activate services with new domains..." "$NC"
|
||||
echo ""
|
||||
nixos-rebuild switch --impure
|
||||
'';
|
||||
|
||||
needsSetup = pkgs.writeShellScriptBin "sovran-domains-need-setup" ''
|
||||
# First boot — no setup done at all
|
||||
if [ ! -f /var/lib/domains/.setup-complete ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Existing machine — check for missing domain files
|
||||
for NAME in ${domainNamesList}; do
|
||||
if [ ! -f "/var/lib/domains/$NAME" ]; then
|
||||
exit 0
|
||||
fi
|
||||
done
|
||||
|
||||
# Everything is configured
|
||||
exit 1
|
||||
'';
|
||||
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
setupScript
|
||||
addDomainScript
|
||||
needsSetup
|
||||
];
|
||||
|
||||
environment.etc."xdg/autostart/sovran-setup-domains.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Sovran_SystemsOS Domain Setup
|
||||
Comment=Configure domains for newly enabled features
|
||||
Exec=${pkgs.bash}/bin/bash -c 'if ${needsSetup}/bin/sovran-domains-need-setup; then if [ ! -f /var/lib/domains/.setup-complete ]; then ${pkgs.gnome-terminal}/bin/gnome-terminal -- sudo ${setupScript}/bin/sovran-setup-domains; else ${pkgs.gnome-terminal}/bin/gnome-terminal -- sudo ${addDomainScript}/bin/sovran-add-domains; fi; fi'
|
||||
Terminal=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
'';
|
||||
}
|
||||
166
modules/core/sovran_systemsos-desktop.nix
Normal file
166
modules/core/sovran_systemsos-desktop.nix
Normal file
@@ -0,0 +1,166 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
|
||||
customWallpaper = pkgs.stdenvNoCC.mkDerivation {
|
||||
pname = "sovran-systemsos-wallpaper";
|
||||
version = "1.0";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS_iso/raw/branch/main/post-install-scripts/Wallpaper_Dark_Wide.png";
|
||||
sha256 = "0609gy0vp92fywl7pcr4y3mg05ca6pwxsnlsax14jd371fj4y7fn";
|
||||
};
|
||||
dontUnpack = true;
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/backgrounds/sovran
|
||||
cp $src $out/share/backgrounds/sovran/Wallpaper_Dark_Wide.png
|
||||
'';
|
||||
};
|
||||
|
||||
in
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = [ customWallpaper ];
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
programs.dconf.profiles.user.databases = [
|
||||
{
|
||||
settings = {
|
||||
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri = "file:///run/current-system/sw/share/backgrounds/sovran/Wallpaper_Dark_Wide.png";
|
||||
picture-uri-dark = "file:///run/current-system/sw/share/backgrounds/sovran/Wallpaper_Dark_Wide.png";
|
||||
picture-options = "zoom"; # Options: none, centered, scaled, stretched, zoom, spanned
|
||||
primary-color = "#000000";
|
||||
secondary-color = "#000000";
|
||||
};
|
||||
|
||||
"org/gnome/desktop/input-sources" = {
|
||||
sources = [ (lib.gvariant.mkTuple [ "xkb" "us" ]) ];
|
||||
xkb-options = lib.gvariant.mkEmptyArray lib.gvariant.type.string;
|
||||
};
|
||||
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
enable-animations = true;
|
||||
icon-theme = "Papirus-Dark";
|
||||
};
|
||||
|
||||
"org/gnome/evolution-data-server" = {
|
||||
migrated = true;
|
||||
};
|
||||
|
||||
"org/gnome/mutter" = {
|
||||
edge-tiling = false;
|
||||
};
|
||||
|
||||
"org/gnome/nautilus/icon-view" = {
|
||||
default-zoom-level = "large";
|
||||
};
|
||||
|
||||
"org/gnome/nautilus/preferences" = {
|
||||
default-folder-viewer = "icon-view";
|
||||
migrated-gtk-settings = true;
|
||||
search-filter-time-type = "last_modified";
|
||||
};
|
||||
|
||||
"org/gnome/shell" = {
|
||||
disabled-extensions = [ "just-perfection-desktop@just-perfection" ];
|
||||
|
||||
enabled-extensions = [
|
||||
"appindicatorsupport@rgcjonas.gmail.com"
|
||||
"dash-to-dock-cosmic-@halfmexicanhalfamazing@gmail.com"
|
||||
"Vitals@CoreCoding.com"
|
||||
"dash-to-dock@micxgx.gmail.com"
|
||||
"pop-shell@system76.com"
|
||||
"date-menu-formatter@marcinjakubowski.github.com"
|
||||
"systemd-manager@hardpixel.eu"
|
||||
"light-style@gnome-shell-extensions.gcampax.github.com"
|
||||
];
|
||||
|
||||
favorite-apps = [
|
||||
"brave-browser.desktop"
|
||||
"org.gnome.Settings.desktop"
|
||||
"org.gnome.Nautilus.desktop"
|
||||
"Sovran_SystemsOS_Updater.desktop"
|
||||
"org.gnome.Software.desktop"
|
||||
"org.gnome.Geary.desktop"
|
||||
"org.gnome.Contacts.desktop"
|
||||
"org.gnome.Calendar.desktop"
|
||||
"sparrow-desktop.desktop"
|
||||
"Bisq.desktop"
|
||||
"bisq2.desktop"
|
||||
];
|
||||
|
||||
welcome-dialog-last-shown-version = "48.4";
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/dash-to-dock" = {
|
||||
background-color = "rgb(0,0,0)";
|
||||
background-opacity = 0.50000000000000001;
|
||||
custom-background-color = true;
|
||||
dash-max-icon-size = lib.gvariant.mkInt32 47;
|
||||
dock-position = "BOTTOM";
|
||||
height-fraction = 0.90000000000000002;
|
||||
preferred-monitor = lib.gvariant.mkInt32 (-2);
|
||||
preferred-monitor-by-connector = "Virtual-1";
|
||||
show-trash = false;
|
||||
transparency-mode = "FIXED";
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/date-menu-formatter" = {
|
||||
font-size = lib.gvariant.mkInt32 12;
|
||||
pattern = "EEEE, MMM d h:mm a";
|
||||
text-align = "center";
|
||||
update-level = lib.gvariant.mkInt32 1;
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/just-perfection" = {
|
||||
support-notifier-showed-version = lib.gvariant.mkInt32 34;
|
||||
support-notifier-type = lib.gvariant.mkInt32 0;
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/pop-shell" = {
|
||||
tile-by-default = true;
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/systemd-manager" = {
|
||||
command-method = "systemctl";
|
||||
systemd = [
|
||||
"{\"name\":\"Bitcoind\",\"service\":\"bitcoind.service\",\"type\":\"system\"}"
|
||||
"{\"name\":\"Electrs\",\"service\":\"electrs.service\",\"type\":\"system\"}"
|
||||
"{\"name\":\"CLN\",\"service\":\"clightning.service\",\"type\":\"system\"}"
|
||||
"{\"name\":\"LND\",\"service\":\"lnd.service\",\"type\":\"system\"}"
|
||||
"{\"name\":\"Ride The Lightning\",\"service\":\"rtl.service\",\"type\":\"system\"}"
|
||||
"{\"name\":\"BTCPayserver\",\"service\":\"btcpayserver.service\",\"type\":\"system\"}"
|
||||
"{\"name\":\"Matrix-Synapse\",\"service\":\"matrix-synapse.service\",\"type\":\"system\"}"
|
||||
"{\"name\":\"Coturn\",\"service\":\"coturn.service\",\"type\":\"system\"}"
|
||||
"{\"name\":\"VaultWarden\",\"service\":\"vaultwarden.service\",\"type\":\"system\"}"
|
||||
"{\"name\":\"Caddy\",\"service\":\"caddy.service\",\"type\":\"system\"}"
|
||||
"{\"name\":\"Tor\",\"service\":\"tor.service\",\"type\":\"system\"}"
|
||||
];
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/vitals" = {
|
||||
hot-sensors = [
|
||||
"_storage_free_"
|
||||
"_processor_usage_"
|
||||
"_memory_usage_"
|
||||
];
|
||||
};
|
||||
|
||||
"org/gnome/software" = {
|
||||
check-timestamp = lib.gvariant.mkInt64 1760848349;
|
||||
first-run = false;
|
||||
};
|
||||
|
||||
"org/gtk/gtk4/settings/color-chooser" = {
|
||||
selected-color = lib.gvariant.mkTuple [ true 0.0 0.0 0.0 1.0 ];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
];
|
||||
|
||||
}
|
||||
53
modules/core/ssh-bootstrap.nix
Normal file
53
modules/core/ssh-bootstrap.nix
Normal file
@@ -0,0 +1,53 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
userName = "free";
|
||||
keyPath = "/home/${userName}/.ssh/factory_login";
|
||||
userExists = builtins.hasAttr userName config.users.users;
|
||||
in
|
||||
lib.mkIf userExists {
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /root/.ssh 0700 root root -"
|
||||
"d /home/${userName}/.ssh 0700 ${userName} users -"
|
||||
];
|
||||
|
||||
systemd.services.factory-ssh-keygen = {
|
||||
description = "Generate factory SSH key for ${userName} if missing";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
path = [ pkgs.openssh pkgs.coreutils ];
|
||||
script = ''
|
||||
if [ ! -f "${keyPath}" ]; then
|
||||
ssh-keygen -q -N "gosovransystems" -t ed25519 -f "${keyPath}"
|
||||
chown ${userName}:users "${keyPath}" "${keyPath}.pub"
|
||||
chmod 600 "${keyPath}"
|
||||
chmod 644 "${keyPath}.pub"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
systemd.services.factory-ssh-authorize = {
|
||||
description = "Authorize factory SSH key for root";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "factory-ssh-keygen.service" ];
|
||||
requires = [ "factory-ssh-keygen.service" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
path = [ pkgs.coreutils ];
|
||||
script = ''
|
||||
if [ -f "${keyPath}.pub" ]; then
|
||||
PUB=$(cat "${keyPath}.pub")
|
||||
mkdir -p /root/.ssh
|
||||
touch /root/.ssh/authorized_keys
|
||||
grep -qxF "$PUB" /root/.ssh/authorized_keys || echo "$PUB" >> /root/.ssh/authorized_keys
|
||||
chmod 600 /root/.ssh/authorized_keys
|
||||
fi
|
||||
'';
|
||||
};
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
{config, pkgs, lib, ...}:
|
||||
|
||||
let
|
||||
personalization = import ./personalization.nix;
|
||||
|
||||
in
|
||||
lib.mkIf config.sovran_systemsOS.features.coturn {
|
||||
|
||||
systemd.services.coturn-helper = {
|
||||
|
||||
script = ''
|
||||
|
||||
systemctl restart coturn
|
||||
|
||||
'';
|
||||
|
||||
unitConfig = {
|
||||
Type = "simple";
|
||||
After = "btcpayserver.service";
|
||||
Requires = "network-online.target";
|
||||
};
|
||||
|
||||
serviceConfig = {
|
||||
RemainAfterExit = "yes";
|
||||
Type = "oneshot";
|
||||
};
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
};
|
||||
|
||||
|
||||
services.coturn = {
|
||||
|
||||
enable = true;
|
||||
use-auth-secret = true;
|
||||
static-auth-secret = "${personalization.coturn_static_auth_secret}";
|
||||
realm = personalization.matrix_url;
|
||||
cert = "/var/lib/coturn/${personalization.matrix_url}.crt.pem";
|
||||
pkey = "/var/lib/coturn/${personalization.matrix_url}.key.pem";
|
||||
min-port = 49152;
|
||||
max-port = 65535;
|
||||
listening-port = 5349;
|
||||
no-cli = true;
|
||||
extraConfig = ''
|
||||
verbose
|
||||
external-ip=${personalization.external_ip_secret}
|
||||
stale-nonce
|
||||
fingerprint
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
270
modules/credentials-pdf.nix
Normal file
270
modules/credentials-pdf.nix
Normal file
@@ -0,0 +1,270 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# ── 1. Auto-Generate Root Password (Runs once) ─────────────
|
||||
systemd.services.root-password-setup = {
|
||||
description = "Generate and set a random root password";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
path = [ pkgs.pwgen pkgs.shadow pkgs.coreutils ];
|
||||
script = ''
|
||||
set -euo pipefail
|
||||
|
||||
SECRET_FILE="/var/lib/secrets/root-password"
|
||||
|
||||
if [ ! -f "$SECRET_FILE" ]; then
|
||||
mkdir -p /var/lib/secrets
|
||||
ROOT_PASS=$(pwgen -s 20 1)
|
||||
|
||||
# Apply the password to the root user
|
||||
echo "root:$ROOT_PASS" | chpasswd
|
||||
|
||||
# Save it for the PDF generator to read
|
||||
echo "$ROOT_PASS" > "$SECRET_FILE"
|
||||
chmod 600 "$SECRET_FILE"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
# ── 2. The Path Watcher (The Magic Trigger!) ───────────────
|
||||
# This tells NixOS: "If any files inside these folders change,
|
||||
# instantly run the generate-credentials-pdf service."
|
||||
systemd.paths.generate-credentials-pdf-trigger = {
|
||||
description = "Watch for new secret files to regenerate Magic Keys PDF";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
pathConfig = {
|
||||
# Watch these directories for new passwords
|
||||
PathChanged = [
|
||||
"/var/lib/secrets"
|
||||
"/var/lib/gnome-remote-desktop"
|
||||
"/var/lib/domains"
|
||||
"/etc/nix-bitcoin-secrets"
|
||||
];
|
||||
# Watch for these specific Tor links to be generated
|
||||
PathExists = [
|
||||
"/var/lib/tor/onion/rtl/hostname"
|
||||
"/var/lib/tor/onion/electrs/hostname"
|
||||
"/var/lib/tor/onion/bitcoind/hostname"
|
||||
];
|
||||
Unit = "generate-credentials-pdf.service";
|
||||
};
|
||||
};
|
||||
|
||||
# ── 3. Generate the Magic Keys PDF ─────────────────────────
|
||||
systemd.services.generate-credentials-pdf = {
|
||||
description = "Generate Magic Keys PDF for Sovran_SystemsOS";
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
# Prevent rapid re-triggering
|
||||
RateLimitIntervalSec = 30;
|
||||
RateLimitBurstSec = 1;
|
||||
};
|
||||
|
||||
path = [ pkgs.pandoc pkgs.typst pkgs.coreutils pkgs.liberation_ttf ];
|
||||
|
||||
environment = {
|
||||
TYPST_FONT_PATHS = "${pkgs.liberation_ttf}/share/fonts";
|
||||
};
|
||||
|
||||
script = ''
|
||||
set -euo pipefail
|
||||
|
||||
# Give it a tiny delay so multiple files being created at once don't trigger it 10 times in a row
|
||||
sleep 3
|
||||
|
||||
# ── Deduplication: only rebuild if inputs actually changed ──
|
||||
HASH_FILE="/var/lib/secrets/.credentials-pdf-hash"
|
||||
|
||||
# Collect the content of all possible input files into one hash
|
||||
CURRENT_HASH=$(cat \
|
||||
/var/lib/secrets/root-password \
|
||||
/etc/nix-bitcoin-secrets/rtl-password \
|
||||
/var/lib/tor/onion/rtl/hostname \
|
||||
/var/lib/tor/onion/electrs/hostname \
|
||||
/var/lib/tor/onion/bitcoind/hostname \
|
||||
/var/lib/secrets/matrix-users \
|
||||
/var/lib/gnome-remote-desktop/rdp-credentials \
|
||||
/var/lib/secrets/nextcloud-admin \
|
||||
/var/lib/secrets/wordpress-admin \
|
||||
/var/lib/domains/vaultwarden \
|
||||
/var/lib/domains/btcpayserver \
|
||||
2>/dev/null | sha256sum | cut -d' ' -f1)
|
||||
|
||||
if [ -f "$HASH_FILE" ] && [ "$(cat "$HASH_FILE")" = "$CURRENT_HASH" ]; then
|
||||
echo "No input changes detected, skipping PDF regeneration."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
DOC_DIR="/home/free/Documents"
|
||||
mkdir -p "$DOC_DIR"
|
||||
FILE="/tmp/magic_keys.md"
|
||||
|
||||
ROOT_PASS="Generating..."
|
||||
if [ -f "/var/lib/secrets/root-password" ]; then
|
||||
ROOT_PASS=$(cat /var/lib/secrets/root-password)
|
||||
fi
|
||||
|
||||
cat << 'EOF' > "$FILE"
|
||||
---
|
||||
---
|
||||
# Your Sovran SystemsOS Magic Keys! 🗝️
|
||||
|
||||
Welcome to your new computer! We have built a lot of cool secret forts (services) for you. To get into your forts, you need your magic keys (passwords).
|
||||
|
||||
Here are all of your keys in one place. **Keep this document safe and do not share it with strangers!**
|
||||
|
||||
## 🖥️ Your Computer
|
||||
These are the master keys to the actual machine.
|
||||
|
||||
### 1. Main Screen Unlock (The 'free' account)
|
||||
When you turn the computer on, it usually logs you in automatically. However, if the screen goes to sleep, or **if you enable Remote Desktop (RDP)**, you will need this to log in:
|
||||
- **Username:** `free`
|
||||
- **Password:** `free`
|
||||
|
||||
🚨 **VERY IMPORTANT:** You MUST write this password down and keep it safe! If you lose it, you will be locked out of your computer!
|
||||
EOF
|
||||
|
||||
cat << EOF >> "$FILE"
|
||||
|
||||
### 2. The Big Boss (Root)
|
||||
Sometimes a pop-up box might ask for an Administrator (Root) password to change a setting. We created a super-secret password just for this!
|
||||
- **Root Password:** \`$ROOT_PASS\`
|
||||
EOF
|
||||
|
||||
cat << 'EOF' >> "$FILE"
|
||||
|
||||
### 3. The Hacker Terminal (`ssh root@localhost`)
|
||||
Because your main account is so safe, you cannot just type normal commands to become the boss. If you open a black terminal box and want to make big changes, you must use your special factory key!
|
||||
|
||||
Type this exact command into the terminal:
|
||||
`ssh root@localhost`
|
||||
|
||||
When it asks for a passphrase, type:
|
||||
- **Terminal Password:** `gosovransystems`
|
||||
|
||||
***
|
||||
EOF
|
||||
|
||||
# --- BITCOIN ECOSYSTEM ---
|
||||
if [ -f "/etc/nix-bitcoin-secrets/rtl-password" ] || [ -f "/var/lib/tor/onion/rtl/hostname" ]; then
|
||||
echo "## ⚡ Your Bitcoin & Lightning Node" >> "$FILE"
|
||||
echo "Your computer is a real Bitcoin node! It talks to the network secretly using Tor. Here is how to connect your wallet apps to it:" >> "$FILE"
|
||||
|
||||
RTL_ONION="Not generated yet"
|
||||
if [ -f "/var/lib/tor/onion/rtl/hostname" ]; then
|
||||
RTL_ONION=$(cat /var/lib/tor/onion/rtl/hostname)
|
||||
fi
|
||||
RTL_PASS="Not found"
|
||||
if [ -f "/etc/nix-bitcoin-secrets/rtl-password" ]; then
|
||||
RTL_PASS=$(cat /etc/nix-bitcoin-secrets/rtl-password)
|
||||
fi
|
||||
|
||||
ELECTRS_ONION="Not generated yet"
|
||||
if [ -f "/var/lib/tor/onion/electrs/hostname" ]; then
|
||||
ELECTRS_ONION=$(cat /var/lib/tor/onion/electrs/hostname)
|
||||
fi
|
||||
|
||||
BITCOIN_ONION="Not generated yet"
|
||||
if [ -f "/var/lib/tor/onion/bitcoind/hostname" ]; then
|
||||
BITCOIN_ONION=$(cat /var/lib/tor/onion/bitcoind/hostname)
|
||||
fi
|
||||
|
||||
cat << BITCOIN >> "$FILE"
|
||||
### 1. Ride The Lightning (RTL)
|
||||
*This is the control panel for your Lightning Node.*
|
||||
Open the **Tor Browser** and go to this website. Use this password to log in:
|
||||
- **Website:** \`http://$RTL_ONION\`
|
||||
- **Password:** \`$RTL_PASS\`
|
||||
|
||||
### 2. Electrs (Your Private Bank Teller)
|
||||
*If you use a wallet app on your phone or computer (like Sparrow or BlueWallet), tell it to connect here so nobody can spy on your money!*
|
||||
- **Tor Address:** \`$ELECTRS_ONION\`
|
||||
- **Port:** \`50001\`
|
||||
|
||||
### 3. Bitcoin Core
|
||||
*This is the heartbeat of your node. It uses this address to talk to other Bitcoiners securely.*
|
||||
- **Tor Address:** \`$BITCOIN_ONION\`
|
||||
|
||||
***
|
||||
BITCOIN
|
||||
fi
|
||||
|
||||
# --- MATRIX / ELEMENT ---
|
||||
if [ -f "/var/lib/secrets/matrix-users" ]; then
|
||||
echo "## 💬 Your Private Chat (Matrix / Element)" >> "$FILE"
|
||||
echo "This is your very own private messaging app! We created an Admin account for you, and a Test account you can give to a friend to try it out. Log in using an app like Element with these details:" >> "$FILE"
|
||||
echo '```text' >> "$FILE"
|
||||
cat /var/lib/secrets/matrix-users >> "$FILE"
|
||||
echo '```' >> "$FILE"
|
||||
echo "***" >> "$FILE"
|
||||
fi
|
||||
|
||||
# --- GNOME RDP ---
|
||||
if [ -f "/var/lib/gnome-remote-desktop/rdp-credentials" ]; then
|
||||
echo "## 🌎 Connect from Far Away (Remote Desktop)" >> "$FILE"
|
||||
echo "This lets you control your computer screen from another device! Open your Remote Desktop app and type in these keys:" >> "$FILE"
|
||||
echo '```text' >> "$FILE"
|
||||
cat /var/lib/gnome-remote-desktop/rdp-credentials >> "$FILE"
|
||||
echo '```' >> "$FILE"
|
||||
echo "***" >> "$FILE"
|
||||
fi
|
||||
|
||||
# --- NEXTCLOUD ---
|
||||
if [ -f "/var/lib/secrets/nextcloud-admin" ]; then
|
||||
echo "## ☁️ Your Personal Cloud (Nextcloud)" >> "$FILE"
|
||||
echo "This is like your own private Google Drive! You can save photos and files here. Go to the URL below and use these keys:" >> "$FILE"
|
||||
echo '```text' >> "$FILE"
|
||||
cat /var/lib/secrets/nextcloud-admin >> "$FILE"
|
||||
echo '```' >> "$FILE"
|
||||
echo "***" >> "$FILE"
|
||||
fi
|
||||
|
||||
# --- WORDPRESS ---
|
||||
if [ -f "/var/lib/secrets/wordpress-admin" ]; then
|
||||
echo "## 📝 Your Website (WordPress)" >> "$FILE"
|
||||
echo "This is your very own website where you can write blogs or make pages. Go to the URL below to log in:" >> "$FILE"
|
||||
echo '```text' >> "$FILE"
|
||||
cat /var/lib/secrets/wordpress-admin >> "$FILE"
|
||||
echo '```' >> "$FILE"
|
||||
echo "***" >> "$FILE"
|
||||
fi
|
||||
|
||||
# --- VAULTWARDEN ---
|
||||
if [ -f "/var/lib/domains/vaultwarden" ]; then
|
||||
DOMAIN=$(cat /var/lib/domains/vaultwarden)
|
||||
echo "## 🔐 Your Password Manager (Vaultwarden)" >> "$FILE"
|
||||
echo "This keeps all your other passwords safe! Go to this website to use it:" >> "$FILE"
|
||||
echo "- **Website:** https://$DOMAIN" >> "$FILE"
|
||||
echo "*(Note: You get to make up your own Master Password the very first time you visit this website!)*" >> "$FILE"
|
||||
echo "***" >> "$FILE"
|
||||
fi
|
||||
|
||||
# --- BTCPAY SERVER ---
|
||||
if [ -f "/var/lib/domains/btcpayserver" ]; then
|
||||
DOMAIN=$(cat /var/lib/domains/btcpayserver)
|
||||
echo "## ₿ Your Bitcoin Store (BTCPay Server)" >> "$FILE"
|
||||
echo "This lets you accept Bitcoin like a real shop! Go to this website to set it up:" >> "$FILE"
|
||||
echo "- **Website:** https://$DOMAIN" >> "$FILE"
|
||||
echo "*(Note: You get to make up your own Admin Password the very first time you visit this website!)*" >> "$FILE"
|
||||
echo "***" >> "$FILE"
|
||||
fi
|
||||
|
||||
# Convert the Markdown text into a beautiful PDF!
|
||||
pandoc "$FILE" -o "$DOC_DIR/Sovran_SystemsOS_Magic_Keys.pdf" --pdf-engine=typst \
|
||||
-V mainfont="Liberation Sans" \
|
||||
-V monofont="Liberation Mono"
|
||||
|
||||
# Save the hash so we don't rebuild again for the same inputs
|
||||
echo "$CURRENT_HASH" > "$HASH_FILE"
|
||||
|
||||
# Make sure the 'free' user owns the file so they can open it
|
||||
chown -R free:users "$DOC_DIR"
|
||||
|
||||
# Secure the markdown file
|
||||
chmod 600 "$FILE"
|
||||
'';
|
||||
};
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
personalization = import ./personalization.nix;
|
||||
livekitKeyFile = "/var/lib/livekit/livekit_keyFile";
|
||||
in
|
||||
|
||||
@@ -16,7 +15,6 @@ lib.mkIf config.sovran_systemsOS.features.element-calling {
|
||||
description = "Generate LiveKit key file if missing";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
before = [ "livekit.service" "lk-jwt-service.service" ];
|
||||
requires = [];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
@@ -41,36 +39,88 @@ lib.mkIf config.sovran_systemsOS.features.element-calling {
|
||||
systemd.services.lk-jwt-service.after = [ "livekit-key-setup.service" ];
|
||||
systemd.services.lk-jwt-service.wants = [ "livekit-key-setup.service" ];
|
||||
|
||||
####### CADDY CONFIGS #######
|
||||
services.caddy.virtualHosts = lib.mkForce {
|
||||
"${personalization.matrix_url}" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy /_matrix/* http://localhost:8008
|
||||
reverse_proxy /_synapse/client/* http://localhost:8008
|
||||
header /.well-known/matrix/* Content-Type "application/json"
|
||||
header /.well-known/matrix/* Access-Control-Allow-Origin "*"
|
||||
header /.well-known/matrix/* Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS"
|
||||
header /.well-known/matrix/* Access-Control-Allow-Headers "X-Requested-With, Content-Type, Authorization"
|
||||
respond /.well-known/matrix/client `{ "m.homeserver": {"base_url": "https://${personalization.matrix_url}" }, "org.matrix.msc4143.rtc_foci": [{ "type":"livekit", "livekit_service_url":"https://${personalization.element-calling_url}/livekit/jwt" }] }`
|
||||
'';
|
||||
####### CADDY SNIPPET #######
|
||||
systemd.services.element-calling-caddy-config = {
|
||||
description = "Generate Element Calling Caddy config snippet";
|
||||
before = [ "caddy-generate-config.service" ];
|
||||
requiredBy = [ "caddy-generate-config.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
unitConfig = {
|
||||
ConditionPathExists = "/var/lib/domains/element-calling";
|
||||
};
|
||||
path = [ pkgs.coreutils ];
|
||||
script = ''
|
||||
MATRIX=$(cat /var/lib/domains/matrix)
|
||||
ELEMENT_CALLING=$(cat /var/lib/domains/element-calling)
|
||||
|
||||
"${personalization.element-calling_url}" = {
|
||||
extraConfig = ''
|
||||
handle /livekit/jwt/sfu/get {
|
||||
uri strip_prefix /livekit/jwt
|
||||
reverse_proxy [::1]:8073 {
|
||||
header_up Host {host}
|
||||
header_up X-Forwarded-Server {host}
|
||||
header_up X-Real-IP {remote_host}
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
}
|
||||
}
|
||||
handle {
|
||||
reverse_proxy localhost:7880
|
||||
}
|
||||
'';
|
||||
mkdir -p /run/caddy
|
||||
|
||||
cat > /run/caddy/element-calling.snippet <<EOF
|
||||
$MATRIX {
|
||||
reverse_proxy /_matrix/* http://localhost:8008
|
||||
reverse_proxy /_synapse/client/* http://localhost:8008
|
||||
header /.well-known/matrix/* Content-Type "application/json"
|
||||
header /.well-known/matrix/* Access-Control-Allow-Origin "*"
|
||||
header /.well-known/matrix/* Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS"
|
||||
header /.well-known/matrix/* Access-Control-Allow-Headers "X-Requested-With, Content-Type, Authorization"
|
||||
respond /.well-known/matrix/client \`{ "m.homeserver": {"base_url": "https://$MATRIX" }, "org.matrix.msc4143.rtc_foci": [{ "type":"livekit", "livekit_service_url":"https://$ELEMENT_CALLING/livekit/jwt" }] }\`
|
||||
}
|
||||
|
||||
$MATRIX:8448 {
|
||||
reverse_proxy http://localhost:8008
|
||||
}
|
||||
|
||||
$ELEMENT_CALLING {
|
||||
handle /livekit/jwt/sfu/get {
|
||||
uri strip_prefix /livekit/jwt
|
||||
reverse_proxy [::1]:8073 {
|
||||
header_up Host {host}
|
||||
header_up X-Forwarded-Server {host}
|
||||
header_up X-Real-IP {remote_host}
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
}
|
||||
}
|
||||
handle {
|
||||
reverse_proxy localhost:7880
|
||||
}
|
||||
}
|
||||
EOF
|
||||
'';
|
||||
};
|
||||
|
||||
####### LIVEKIT RUNTIME CONFIG #######
|
||||
systemd.services.livekit-runtime-config = {
|
||||
description = "Generate LiveKit runtime config from domain files";
|
||||
before = [ "livekit.service" ];
|
||||
after = [ "livekit-key-setup.service" ];
|
||||
requiredBy = [ "livekit.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
unitConfig = {
|
||||
ConditionPathExists = "/var/lib/domains/element-calling";
|
||||
};
|
||||
path = [ pkgs.coreutils ];
|
||||
script = ''
|
||||
MATRIX=$(cat /var/lib/domains/matrix)
|
||||
|
||||
mkdir -p /run/livekit
|
||||
|
||||
cat > /run/livekit/runtime-config.yaml <<EOF
|
||||
turn:
|
||||
domain: $MATRIX
|
||||
cert_file: /var/lib/livekit/$MATRIX.crt
|
||||
key_file: /var/lib/livekit/$MATRIX.key
|
||||
EOF
|
||||
|
||||
chmod 640 /run/livekit/runtime-config.yaml
|
||||
'';
|
||||
};
|
||||
|
||||
####### LIVEKIT SERVICE #######
|
||||
@@ -84,11 +134,8 @@ lib.mkIf config.sovran_systemsOS.features.element-calling {
|
||||
room.auto_create = false;
|
||||
turn = {
|
||||
enabled = true;
|
||||
domain = "${personalization.matrix_url}";
|
||||
tls_port = 5349;
|
||||
udp_port = 3478;
|
||||
cert_file = "/var/lib/livekit/${personalization.matrix_url}.crt";
|
||||
key_file = "/var/lib/livekit/${personalization.matrix_url}.key";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -98,56 +145,92 @@ lib.mkIf config.sovran_systemsOS.features.element-calling {
|
||||
{ from = 7882; to = 7894; }
|
||||
];
|
||||
|
||||
####### JWT SERVICE RUNTIME CONFIG #######
|
||||
systemd.services.lk-jwt-service-runtime-config = {
|
||||
description = "Generate lk-jwt-service runtime config from domain files";
|
||||
before = [ "lk-jwt-service.service" ];
|
||||
after = [ "livekit-key-setup.service" ];
|
||||
requiredBy = [ "lk-jwt-service.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
unitConfig = {
|
||||
ConditionPathExists = "/var/lib/domains/element-calling";
|
||||
};
|
||||
path = [ pkgs.coreutils ];
|
||||
script = ''
|
||||
ELEMENT_CALLING=$(cat /var/lib/domains/element-calling)
|
||||
|
||||
mkdir -p /run/lk-jwt-service
|
||||
|
||||
cat > /run/lk-jwt-service/env <<EOF
|
||||
LIVEKIT_URL=wss://$ELEMENT_CALLING
|
||||
EOF
|
||||
|
||||
chmod 640 /run/lk-jwt-service/env
|
||||
'';
|
||||
};
|
||||
|
||||
####### JWT SERVICE #######
|
||||
services.lk-jwt-service = {
|
||||
enable = true;
|
||||
port = 8073;
|
||||
livekitUrl = "wss://${personalization.element-calling_url}";
|
||||
keyFile = livekitKeyFile;
|
||||
livekitUrl = "wss://placeholder.local";
|
||||
};
|
||||
|
||||
####### MATRIX-SYNAPSE SETTINGS #######
|
||||
services.matrix-synapse = {
|
||||
settings = lib.mkForce {
|
||||
serve_server_wellknown = true;
|
||||
public_baseurl = "${personalization.matrix_url}";
|
||||
experimental_features = {
|
||||
msc3266_enabled = true;
|
||||
msc4222_enabled = true;
|
||||
};
|
||||
max_event_delay_duration = "24h";
|
||||
rc_message = { per_second = 0.5; burst_count = 30; };
|
||||
rc_delayed_event_mgmt = { per_second = 1; burst_count = 20; };
|
||||
push.include_content = false;
|
||||
server_name = personalization.matrix_url;
|
||||
url_preview_enabled = true;
|
||||
group_unread_count_by_room = false;
|
||||
encryption_enabled_by_default_for_room_type = "invite";
|
||||
allow_profile_lookup_over_federation = false;
|
||||
allow_device_name_lookup_over_federation = false;
|
||||
url_preview_ip_range_blacklist = [
|
||||
"10.0.0.0/8" "100.64.0.0/10" "169.254.0.0/16" "172.16.0.0/12"
|
||||
"192.0.0.0/24" "192.0.2.0/24" "192.168.0.0/16" "192.88.99.0/24"
|
||||
"198.18.0.0/15" "198.51.100.0/24" "2001:db8::/32" "203.0.113.0/24"
|
||||
"224.0.0.0/4" "::1/128" "fc00::/7" "fe80::/10" "fec0::/10" "ff00::/8"
|
||||
];
|
||||
url_preview_ip_ranger_whitelist = [ "127.0.0.1" ];
|
||||
presence.enabled = true;
|
||||
enable_registration = false;
|
||||
registration_shared_secret = config.age.secrets.matrix_reg_secret.path;
|
||||
listeners = [
|
||||
{
|
||||
port = 8008;
|
||||
bind_addresses = [ "::1" ];
|
||||
type = "http";
|
||||
tls = false;
|
||||
x_forwarded = true;
|
||||
resources = [
|
||||
{ names = [ "client" ]; compress = true; }
|
||||
{ names = [ "federation" ]; compress = false; }
|
||||
];
|
||||
}
|
||||
];
|
||||
systemd.services.lk-jwt-service.serviceConfig.EnvironmentFile = [
|
||||
"/run/lk-jwt-service/env"
|
||||
];
|
||||
|
||||
####### SYNAPSE RUNTIME CONFIG (element-calling additions) #######
|
||||
systemd.services.element-calling-synapse-config = {
|
||||
description = "Generate Synapse runtime config for Element Calling";
|
||||
before = [ "matrix-synapse.service" ];
|
||||
requiredBy = [ "matrix-synapse.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
unitConfig = {
|
||||
ConditionPathExists = "/var/lib/domains/element-calling";
|
||||
};
|
||||
path = [ pkgs.coreutils ];
|
||||
script = ''
|
||||
MATRIX=$(cat /var/lib/domains/matrix)
|
||||
|
||||
mkdir -p /run/matrix-synapse
|
||||
|
||||
cat > /run/matrix-synapse/element-calling-config.yaml <<EOF
|
||||
server_name: "$MATRIX"
|
||||
public_baseurl: "https://$MATRIX"
|
||||
serve_server_wellknown: true
|
||||
experimental_features:
|
||||
msc3266_enabled: true
|
||||
msc4222_enabled: true
|
||||
max_event_delay_duration: "24h"
|
||||
rc_message:
|
||||
per_second: 0.5
|
||||
burst_count: 30
|
||||
rc_delayed_event_mgmt:
|
||||
per_second: 1
|
||||
burst_count: 20
|
||||
EOF
|
||||
|
||||
chown matrix-synapse:matrix-synapse /run/matrix-synapse/element-calling-config.yaml
|
||||
chmod 640 /run/matrix-synapse/element-calling-config.yaml
|
||||
'';
|
||||
};
|
||||
|
||||
####### SYNAPSE OVERRIDES (element-calling needs) #######
|
||||
services.matrix-synapse.extraConfigFiles = [
|
||||
"/run/matrix-synapse/element-calling-config.yaml"
|
||||
];
|
||||
|
||||
sovran_systemsOS.domainRequirements = [
|
||||
{ name = "element-calling"; label = "Element Calling (LiveKit)"; example = "call.yourdomain.com"; }
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,17 +1,52 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
personalization = import ./personalization.nix;
|
||||
npub = config.sovran_systemsOS.nostr_npub;
|
||||
in
|
||||
|
||||
lib.mkIf (config.sovran_systemsOS.features.haven && npub != "") {
|
||||
|
||||
# ── Generate Haven runtime config from domain files ───────
|
||||
systemd.services.haven-runtime-config = {
|
||||
description = "Generate Haven runtime config from domain files";
|
||||
before = [ "haven.service" ];
|
||||
requiredBy = [ "haven.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
unitConfig = {
|
||||
ConditionPathExists = "/var/lib/domains/haven";
|
||||
};
|
||||
path = [ pkgs.coreutils ];
|
||||
script = ''
|
||||
HAVEN=$(cat /var/lib/domains/haven)
|
||||
|
||||
mkdir -p /run/haven
|
||||
|
||||
cat > /run/haven/runtime.env <<EOF
|
||||
RELAY_URL=$HAVEN
|
||||
PRIVATE_RELAY_NAME=$HAVEN private relay
|
||||
PRIVATE_RELAY_DESCRIPTION=The Relay From Sovran Systems
|
||||
CHAT_RELAY_NAME=$HAVEN chat relay
|
||||
CHAT_RELAY_DESCRIPTION=a relay for private chats
|
||||
OUTBOX_RELAY_NAME=$HAVEN outbox relay
|
||||
OUTBOX_RELAY_DESCRIPTION=a relay and Blossom server for public messages and media
|
||||
INBOX_RELAY_NAME=$HAVEN inbox relay
|
||||
INBOX_RELAY_DESCRIPTION=send your interactions with my notes here
|
||||
EOF
|
||||
|
||||
chmod 640 /run/haven/runtime.env
|
||||
chown haven:haven /run/haven/runtime.env
|
||||
'';
|
||||
};
|
||||
|
||||
services.haven = {
|
||||
enable = true;
|
||||
settings = {
|
||||
OWNER_NPUB = npub;
|
||||
RELAY_URL = personalization.haven_url;
|
||||
# RELAY_URL injected at runtime via EnvironmentFile
|
||||
|
||||
RELAY_PORT = 3355;
|
||||
RELAY_BIND_ADDRESS = "0.0.0.0";
|
||||
@@ -19,25 +54,13 @@ lib.mkIf (config.sovran_systemsOS.features.haven && npub != "") {
|
||||
LMDB_MAPSIZE = 3000000000;
|
||||
BLOSSOM_PATH = "blossom/";
|
||||
|
||||
PRIVATE_RELAY_NAME = "${personalization.haven_url} private relay";
|
||||
# Relay names/descriptions injected at runtime via EnvironmentFile
|
||||
PRIVATE_RELAY_NPUB = npub;
|
||||
PRIVATE_RELAY_DESCRIPTION = "The Relay From Sovran Systems";
|
||||
|
||||
CHAT_RELAY_NAME = "${personalization.haven_url} chat relay";
|
||||
CHAT_RELAY_NPUB = npub;
|
||||
CHAT_RELAY_DESCRIPTION = "a relay for private chats";
|
||||
|
||||
OUTBOX_RELAY_NAME = "${personalization.haven_url} outbox relay";
|
||||
OUTBOX_RELAY_NPUB = npub;
|
||||
OUTBOX_RELAY_DESCRIPTION = "a relay and Blossom server for public messages and media";
|
||||
|
||||
INBOX_RELAY_NAME = "${personalization.haven_url} inbox relay";
|
||||
INBOX_RELAY_NPUB = npub;
|
||||
INBOX_RELAY_DESCRIPTION = "send your interactions with my notes here";
|
||||
|
||||
INBOX_PULL_INTERVAL_SECONDS = 600;
|
||||
|
||||
# ... all your rate limiter and WOT settings unchanged ...
|
||||
PRIVATE_RELAY_EVENT_IP_LIMITER_TOKENS_PER_INTERVAL = 50;
|
||||
PRIVATE_RELAY_EVENT_IP_LIMITER_INTERVAL = 1;
|
||||
PRIVATE_RELAY_EVENT_IP_LIMITER_MAX_TOKENS = 100;
|
||||
@@ -102,6 +125,10 @@ lib.mkIf (config.sovran_systemsOS.features.haven && npub != "") {
|
||||
];
|
||||
};
|
||||
|
||||
systemd.services.haven.serviceConfig.EnvironmentFile = [
|
||||
"/run/haven/runtime.env"
|
||||
];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/haven 0750 haven haven -"
|
||||
];
|
||||
@@ -127,25 +154,10 @@ lib.mkIf (config.sovran_systemsOS.features.haven && npub != "") {
|
||||
'';
|
||||
};
|
||||
|
||||
systemd.services.haven.after = [ "haven-whitelist-setup.service" ];
|
||||
systemd.services.haven.wants = [ "haven-whitelist-setup.service" ];
|
||||
|
||||
services.caddy.virtualHosts = {
|
||||
"${personalization.haven_url}" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:3355 {
|
||||
header_up Host {host}
|
||||
header_up X-Real-IP {remote_host}
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
header_up X-Forwarded-Proto {scheme}
|
||||
transport http {
|
||||
versions 1.1
|
||||
}
|
||||
}
|
||||
request_body {
|
||||
max_size 100MB
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
systemd.services.haven.after = [ "haven-whitelist-setup.service" "haven-runtime-config.service" ];
|
||||
systemd.services.haven.wants = [ "haven-whitelist-setup.service" "haven-runtime-config.service" ];
|
||||
|
||||
sovran_systemsOS.domainRequirements = [
|
||||
{ name = "haven"; label = "Haven NOSTR Relay"; example = "relay.yourdomain.com"; }
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,26 +1,34 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
imports = [
|
||||
|
||||
# ── Core (always loaded) ──────────────────────────────────
|
||||
./core/roles.nix
|
||||
./core/role-logic.nix
|
||||
./core/caddy.nix
|
||||
./core/njalla.nix
|
||||
./core/ssh-bootstrap.nix
|
||||
./core/sovran-manage-domains.nix
|
||||
./core/sovran_systemsos-desktop.nix
|
||||
|
||||
# ── Always on (no flag) ───────────────────────────────────
|
||||
./php.nix
|
||||
./Sovran_SystemsOS_File_Fixes_And_New_Services.nix
|
||||
./credentials-pdf.nix
|
||||
|
||||
# Always imported feature modules
|
||||
# ── Services (default ON — disable in custom.nix) ─────────
|
||||
./synapse.nix
|
||||
./coturn.nix
|
||||
./bitcoinecosystem.nix
|
||||
./wordpress.nix
|
||||
./nextcloud.nix
|
||||
./vaultwarden.nix
|
||||
./bitcoinecosystem.nix
|
||||
|
||||
# ── Features (default OFF — enable in custom.nix) ─────────
|
||||
./haven.nix
|
||||
./bip110.nix
|
||||
./element-calling.nix
|
||||
./mempool.nix
|
||||
./bitcoin-core.nix
|
||||
./rdp.nix
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
190
modules/nextcloud.nix
Executable file
190
modules/nextcloud.nix
Executable file
@@ -0,0 +1,190 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
lib.mkIf config.sovran_systemsOS.services.nextcloud {
|
||||
|
||||
# ── PostgreSQL database ───────────────────────────────────
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# ── Auto-generate DB password and initialize ──────────────
|
||||
systemd.services.nextcloud-db-init = {
|
||||
description = "Initialize Nextcloud PostgreSQL database with auto-generated password";
|
||||
after = [ "postgresql.service" ];
|
||||
requires = [ "postgresql.service" ];
|
||||
before = [ "nextcloud-init.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
path = [ config.services.postgresql.package pkgs.pwgen pkgs.coreutils ];
|
||||
script = ''
|
||||
set -euo pipefail
|
||||
|
||||
SECRET_FILE="/var/lib/secrets/nextclouddb"
|
||||
|
||||
if [ ! -f "$SECRET_FILE" ]; then
|
||||
mkdir -p /var/lib/secrets
|
||||
pwgen -s 64 1 > "$SECRET_FILE"
|
||||
chmod 600 "$SECRET_FILE"
|
||||
fi
|
||||
|
||||
DB_PASS=$(cat "$SECRET_FILE")
|
||||
|
||||
psql -U postgres <<SQL
|
||||
DO \$\$
|
||||
BEGIN
|
||||
IF NOT EXISTS (SELECT FROM pg_roles WHERE rolname = 'ncusr') THEN
|
||||
CREATE ROLE "ncusr" WITH LOGIN PASSWORD '$DB_PASS';
|
||||
ELSE
|
||||
ALTER ROLE "ncusr" WITH LOGIN PASSWORD '$DB_PASS';
|
||||
END IF;
|
||||
END
|
||||
\$\$;
|
||||
SQL
|
||||
|
||||
if ! psql -U postgres -lqt | cut -d \| -f 1 | grep -qw "nextclouddb"; then
|
||||
psql -U postgres -c "CREATE DATABASE nextclouddb WITH OWNER ncusr TEMPLATE template0 LC_COLLATE = 'C' LC_CTYPE = 'C';"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
# ── Fully automated Nextcloud setup ───────────────────────
|
||||
systemd.services.nextcloud-init = {
|
||||
description = "Download, extract, and fully configure Nextcloud";
|
||||
after = [ "network-online.target" "postgresql.service" "phpfpm-mypool.service" "nextcloud-db-init.service" ];
|
||||
wants = [ "network-online.target" ];
|
||||
requires = [ "postgresql.service" "nextcloud-db-init.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
unitConfig = {
|
||||
ConditionPathExists = "!/var/lib/www/nextcloud/config/config.php";
|
||||
};
|
||||
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
|
||||
path = with pkgs; [ curl unzip php pwgen coreutils ];
|
||||
|
||||
script = ''
|
||||
set -euo pipefail
|
||||
|
||||
INSTALL_DIR="/var/lib/www/nextcloud"
|
||||
DATA_DIR="/var/lib/www/nextcloud-data"
|
||||
DOMAIN=$(cat /var/lib/domains/nextcloud)
|
||||
DB_NAME="nextclouddb"
|
||||
DB_USER="ncusr"
|
||||
DB_PASS=$(cat /var/lib/secrets/nextclouddb)
|
||||
DB_HOST="localhost"
|
||||
ADMIN_USER=$(pwgen -s 16 1)
|
||||
ADMIN_PASS=$(pwgen -s 24 1)
|
||||
|
||||
echo "══════════════════════════════════════════════"
|
||||
echo " Nextcloud Automated Installation"
|
||||
echo "══════════════════════════════════════════════"
|
||||
|
||||
if [ ! -f "$INSTALL_DIR/occ" ]; then
|
||||
echo "Downloading Nextcloud..."
|
||||
TEMP_DIR=$(mktemp -d)
|
||||
curl -L -o "$TEMP_DIR/nextcloud.zip" "https://download.nextcloud.com/server/releases/latest.zip"
|
||||
unzip -q "$TEMP_DIR/nextcloud.zip" -d "$TEMP_DIR"
|
||||
mkdir -p "$INSTALL_DIR"
|
||||
cp -a "$TEMP_DIR/nextcloud/"* "$INSTALL_DIR/"
|
||||
rm -rf "$TEMP_DIR"
|
||||
echo "Download complete."
|
||||
fi
|
||||
|
||||
mkdir -p "$DATA_DIR"
|
||||
|
||||
chown -R caddy:root "$INSTALL_DIR"
|
||||
chown -R caddy:root "$DATA_DIR"
|
||||
find "$INSTALL_DIR" -type d -exec chmod 750 {} \;
|
||||
find "$INSTALL_DIR" -type f -exec chmod 640 {} \;
|
||||
chmod -R 770 "$INSTALL_DIR/apps"
|
||||
chmod -R 770 "$INSTALL_DIR/config"
|
||||
chmod -R 770 "$DATA_DIR"
|
||||
|
||||
echo "Waiting for PostgreSQL..."
|
||||
for i in $(seq 1 30); do
|
||||
if su -s /bin/sh caddy -c "php -r \"new PDO('pgsql:host=$DB_HOST;dbname=$DB_NAME', '$DB_USER', '$DB_PASS');\"" 2>/dev/null; then
|
||||
echo "Database ready."
|
||||
break
|
||||
fi
|
||||
sleep 2
|
||||
done
|
||||
|
||||
echo "Running Nextcloud installation..."
|
||||
su -s /bin/sh caddy -c "
|
||||
php $INSTALL_DIR/occ maintenance:install \
|
||||
--database 'pgsql' \
|
||||
--database-name '$DB_NAME' \
|
||||
--database-user '$DB_USER' \
|
||||
--database-pass '$DB_PASS' \
|
||||
--database-host '$DB_HOST' \
|
||||
--admin-user '$ADMIN_USER' \
|
||||
--admin-pass '$ADMIN_PASS' \
|
||||
--data-dir '$DATA_DIR'
|
||||
"
|
||||
|
||||
su -s /bin/sh caddy -c "
|
||||
php $INSTALL_DIR/occ config:system:set trusted_domains 0 --value='$DOMAIN'
|
||||
php $INSTALL_DIR/occ config:system:set overwrite.cli.url --value='https://$DOMAIN'
|
||||
php $INSTALL_DIR/occ config:system:set overwriteprotocol --value='https'
|
||||
"
|
||||
|
||||
su -s /bin/sh caddy -c "
|
||||
php $INSTALL_DIR/occ config:system:set default_phone_region --value='US'
|
||||
php $INSTALL_DIR/occ config:system:set memcache.local --value='\OC\Memcache\APCu'
|
||||
php $INSTALL_DIR/occ background:cron
|
||||
"
|
||||
|
||||
su -s /bin/sh caddy -c "
|
||||
php $INSTALL_DIR/occ app:install calendar || true
|
||||
php $INSTALL_DIR/occ app:install contacts || true
|
||||
php $INSTALL_DIR/occ app:install tasks || true
|
||||
php $INSTALL_DIR/occ app:install notes || true
|
||||
php $INSTALL_DIR/occ app:install deck || true
|
||||
php $INSTALL_DIR/occ app:enable calendar || true
|
||||
php $INSTALL_DIR/occ app:enable contacts || true
|
||||
php $INSTALL_DIR/occ app:enable tasks || true
|
||||
php $INSTALL_DIR/occ app:enable notes || true
|
||||
php $INSTALL_DIR/occ app:enable deck || true
|
||||
"
|
||||
|
||||
CREDS_FILE="/var/lib/secrets/nextcloud-admin"
|
||||
cat > "$CREDS_FILE" << CREDS
|
||||
Nextcloud Admin Credentials
|
||||
═══════════════════════════
|
||||
URL: https://$DOMAIN/
|
||||
Username: $ADMIN_USER
|
||||
Password: $ADMIN_PASS
|
||||
CREDS
|
||||
chmod 600 "$CREDS_FILE"
|
||||
|
||||
echo ""
|
||||
echo "══════════════════════════════════════════════"
|
||||
echo " Nextcloud installation complete!"
|
||||
echo " Credentials saved to: $CREDS_FILE"
|
||||
echo "══════════════════════════════════════════════"
|
||||
'';
|
||||
};
|
||||
|
||||
services.cron.systemCronJobs = [
|
||||
"*/5 * * * * caddy /run/current-system/sw/bin/php -f /var/lib/www/nextcloud/cron.php"
|
||||
];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/www 0755 caddy root -"
|
||||
"d /var/lib/www/nextcloud 0750 caddy root -"
|
||||
"d /var/lib/www/nextcloud-data 0770 caddy root -"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [ unzip ];
|
||||
|
||||
sovran_systemsOS.domainRequirements = [
|
||||
{ name = "nextcloud"; label = "Nextcloud"; example = "cloud.yourdomain.com"; }
|
||||
];
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
|
||||
matrix_url = builtins.readFile /var/lib/domains/matrix;
|
||||
wordpress_url = builtins.readFile /var/lib/domains/wordpress;
|
||||
nextcloud_url = builtins.readFile /var/lib/domains/nextcloud;
|
||||
btcpayserver_url = builtins.readFile /var/lib/domains/btcpayserver;
|
||||
caddy_email_for_acme = builtins.readFile /var/lib/domains/sslemail;
|
||||
vaultwarden_url = builtins.readFile /var/lib/domains/vaultwarden;
|
||||
haven_url = builtins.readFile /var/lib/domains/haven;
|
||||
element-calling_url = builtins.readFile /var/lib/domains/element-calling;
|
||||
|
||||
##
|
||||
|
||||
external_ip_secret = builtins.readFile /var/lib/secrets/external_ip;
|
||||
coturn_static_auth_secret = builtins.readFile /var/lib/secrets/turn;
|
||||
|
||||
##
|
||||
|
||||
matrixdb = builtins.readFile /var/lib/secrets/matrixdb;
|
||||
nextclouddb = builtins.readFile /var/lib/secrets/nextclouddb;
|
||||
wordpressdb = builtins.readFile /var/lib/secrets/wordpressdb;
|
||||
|
||||
|
||||
}
|
||||
@@ -1,73 +1,212 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
lib.mkIf config.sovran_systemsOS.services.synapse {
|
||||
|
||||
####### CREATE NEW USER (ADMIN OR NOT) VIA TERMINAL #######
|
||||
services.postgresql = {
|
||||
ensureDatabases = [ "matrix-synapse" ];
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "matrix-synapse";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# (Run as root in terminal) matrix-synapse-register_new_matrix_user #
|
||||
# ── Generate registration secret if missing ─────────────────
|
||||
systemd.services.matrix-synapse-secret-init = {
|
||||
description = "Generate Matrix Synapse registration secret if missing";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
before = [ "matrix-synapse.service" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
path = [ pkgs.pwgen pkgs.coreutils ];
|
||||
script = ''
|
||||
SECRET_FILE="/var/lib/matrix-synapse/registration-secret"
|
||||
if [ ! -f "$SECRET_FILE" ]; then
|
||||
mkdir -p /var/lib/matrix-synapse
|
||||
pwgen -s 64 1 > "$SECRET_FILE"
|
||||
chown matrix-synapse:matrix-synapse "$SECRET_FILE"
|
||||
chmod 600 "$SECRET_FILE"
|
||||
echo "Generated Matrix registration secret"
|
||||
else
|
||||
echo "Matrix registration secret already exists, skipping"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
####### #######
|
||||
# ── Generate DB password if missing ─────────────────────────
|
||||
systemd.services.matrix-synapse-db-init = {
|
||||
description = "Generate Matrix Synapse DB password if missing";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
before = [ "matrix-synapse.service" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
path = [ pkgs.pwgen ];
|
||||
script = ''
|
||||
SECRET_FILE="/var/lib/matrix-synapse/db-password"
|
||||
if [ ! -f "$SECRET_FILE" ]; then
|
||||
mkdir -p /var/lib/matrix-synapse
|
||||
pwgen -s 32 1 > "$SECRET_FILE"
|
||||
chown matrix-synapse:matrix-synapse "$SECRET_FILE"
|
||||
chmod 600 "$SECRET_FILE"
|
||||
echo "Generated new DB password at $SECRET_FILE"
|
||||
else
|
||||
echo "DB password already exists, skipping"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
let
|
||||
personalization = import ./personalization.nix;
|
||||
in
|
||||
lib.mkIf config.sovran_systemsOS.features.synapse {
|
||||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
settings = {
|
||||
push.include_content = false;
|
||||
group_unread_count_by_room = false;
|
||||
encryption_enabled_by_default_for_room_type = "invite";
|
||||
allow_profile_lookup_over_federation = false;
|
||||
allow_device_name_lookup_over_federation = false;
|
||||
server_name = personalization.matrix_url;
|
||||
url_preview_enabled = true;
|
||||
max_upload_size = "1024M";
|
||||
url_preview_ip_range_blacklist = [
|
||||
"10.0.0.0/8"
|
||||
"100.64.0.0/10"
|
||||
"169.254.0.0/16"
|
||||
"172.16.0.0/12"
|
||||
"192.0.0.0/24"
|
||||
"192.0.2.0/24"
|
||||
"192.168.0.0/16"
|
||||
"192.88.99.0/24"
|
||||
"198.18.0.0/15"
|
||||
"198.51.100.0/24"
|
||||
"2001:db8::/32"
|
||||
"203.0.113.0/24"
|
||||
"224.0.0.0/4"
|
||||
"::1/128"
|
||||
"fc00::/7"
|
||||
"fe80::/10"
|
||||
"fec0::/10"
|
||||
"ff00::/8"
|
||||
];
|
||||
url_preview_ip_ranger_whitelist = [ "127.0.0.1" ];
|
||||
turn_shared_secret = "${personalization.coturn_static_auth_secret}";
|
||||
turn_uris = [
|
||||
"turn:${personalization.matrix_url}:5349?transport=udp"
|
||||
"turn:${personalization.matrix_url}:5349?transport=tcp"
|
||||
];
|
||||
presence.enabled = true;
|
||||
enable_registration = false;
|
||||
registration_shared_secret = config.age.secrets.matrix_reg_secret.path;
|
||||
listeners = [
|
||||
{
|
||||
port = 8008;
|
||||
bind_addresses = [ "::1" ];
|
||||
type = "http";
|
||||
tls = false;
|
||||
x_forwarded = true;
|
||||
resources = [ {
|
||||
names = [ "client" ];
|
||||
compress = true;
|
||||
}
|
||||
{
|
||||
names = [ "federation" ];
|
||||
compress = false;
|
||||
} ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
# ── Generate runtime config from domain files ───────────────
|
||||
systemd.services.matrix-synapse-runtime-config = {
|
||||
description = "Generate Synapse runtime config from domain files";
|
||||
before = [ "matrix-synapse.service" ];
|
||||
after = [ "matrix-synapse-db-init.service" "matrix-synapse-secret-init.service" ];
|
||||
requiredBy = [ "matrix-synapse.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
unitConfig = {
|
||||
ConditionPathExists = "/var/lib/domains/matrix";
|
||||
};
|
||||
path = [ pkgs.coreutils ];
|
||||
script = ''
|
||||
MATRIX=$(cat /var/lib/domains/matrix)
|
||||
|
||||
mkdir -p /run/matrix-synapse
|
||||
|
||||
cat > /run/matrix-synapse/runtime-config.yaml <<EOF
|
||||
server_name: "$MATRIX"
|
||||
public_baseurl: "https://$MATRIX"
|
||||
registration_shared_secret_path: "/var/lib/matrix-synapse/registration-secret"
|
||||
EOF
|
||||
|
||||
chown matrix-synapse:matrix-synapse /run/matrix-synapse/runtime-config.yaml
|
||||
chmod 640 /run/matrix-synapse/runtime-config.yaml
|
||||
'';
|
||||
};
|
||||
|
||||
# ── Synapse service ─────────────────────────────────────────
|
||||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
extraConfigFiles = [
|
||||
"/run/matrix-synapse/runtime-config.yaml"
|
||||
];
|
||||
settings = {
|
||||
database = {
|
||||
name = "psycopg2";
|
||||
args = {
|
||||
host = "localhost";
|
||||
database = "matrix-synapse";
|
||||
user = "matrix-synapse";
|
||||
};
|
||||
};
|
||||
push.include_content = false;
|
||||
url_preview_enabled = true;
|
||||
group_unread_count_by_room = false;
|
||||
encryption_enabled_by_default_for_room_type = "invite";
|
||||
allow_profile_lookup_over_federation = false;
|
||||
allow_device_name_lookup_over_federation = false;
|
||||
url_preview_ip_range_blacklist = [
|
||||
"10.0.0.0/8" "100.64.0.0/10" "169.254.0.0/16" "172.16.0.0/12"
|
||||
"192.0.0.0/24" "192.0.2.0/24" "192.168.0.0/16" "192.88.99.0/24"
|
||||
"198.18.0.0/15" "198.51.100.0/24" "2001:db8::/32" "203.0.113.0/24"
|
||||
"224.0.0.0/4" "::1/128" "fc00::/7" "fe80::/10" "fec0::/10" "ff00::/8"
|
||||
];
|
||||
url_preview_ip_ranger_whitelist = [ "127.0.0.1" ];
|
||||
presence.enabled = true;
|
||||
enable_registration = false;
|
||||
listeners = [
|
||||
{
|
||||
port = 8008;
|
||||
bind_addresses = [ "::1" ];
|
||||
type = "http";
|
||||
tls = false;
|
||||
x_forwarded = true;
|
||||
resources = [
|
||||
{ names = [ "client" ]; compress = true; }
|
||||
{ names = [ "federation" ]; compress = false; }
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.matrix-synapse.after = [ "matrix-synapse-secret-init.service" ];
|
||||
systemd.services.matrix-synapse.wants = [ "matrix-synapse-secret-init.service" ];
|
||||
|
||||
|
||||
# ── Auto-generate Admin and Test users ──────────────────────
|
||||
systemd.services.matrix-synapse-create-users = {
|
||||
description = "Create Admin and Test users for Matrix Synapse";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "matrix-synapse.service" ];
|
||||
requires = [ "matrix-synapse.service" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
path = [ pkgs.pwgen pkgs.matrix-synapse pkgs.curl pkgs.coreutils pkgs.jq ];
|
||||
script = ''
|
||||
set -euo pipefail
|
||||
|
||||
# Wait for Synapse to be fully responsive
|
||||
for i in {1..30}; do
|
||||
if curl -s http://localhost:8008/_matrix/client/versions > /dev/null; then
|
||||
break
|
||||
fi
|
||||
sleep 2
|
||||
done
|
||||
|
||||
DOMAIN=$(cat /var/lib/domains/matrix)
|
||||
CREDS_FILE="/var/lib/secrets/matrix-users"
|
||||
SECRET=$(cat /var/lib/matrix-synapse/registration-secret)
|
||||
|
||||
# Only run if we haven't already generated the file
|
||||
if [ ! -f "$CREDS_FILE" ]; then
|
||||
mkdir -p /var/lib/secrets
|
||||
|
||||
ADMIN_USER="admin"
|
||||
ADMIN_PASS=$(pwgen -s 24 1)
|
||||
|
||||
TEST_USER="test"
|
||||
TEST_PASS=$(pwgen -s 24 1)
|
||||
|
||||
# Create Admin user
|
||||
register_new_matrix_user -c /run/matrix-synapse/runtime-config.yaml \
|
||||
-u "$ADMIN_USER" -p "$ADMIN_PASS" -a http://localhost:8008
|
||||
|
||||
# Create Test user (non-admin)
|
||||
register_new_matrix_user -c /run/matrix-synapse/runtime-config.yaml \
|
||||
-u "$TEST_USER" -p "$TEST_PASS" --no-admin http://localhost:8008
|
||||
|
||||
# Save the credentials
|
||||
cat > "$CREDS_FILE" << CREDS
|
||||
Matrix (Element) Credentials
|
||||
════════════════════════════
|
||||
Homeserver URL: https://$DOMAIN
|
||||
|
||||
[ Admin Account ]
|
||||
Username: @$ADMIN_USER:$DOMAIN
|
||||
Password: $ADMIN_PASS
|
||||
|
||||
[ Test Account ]
|
||||
Username: @$TEST_USER:$DOMAIN
|
||||
Password: $TEST_PASS
|
||||
CREDS
|
||||
|
||||
chmod 600 "$CREDS_FILE"
|
||||
echo "Matrix users created successfully."
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
sovran_systemsOS.domainRequirements = [
|
||||
{ name = "matrix"; label = "Matrix Synapse"; example = "matrix.yourdomain.com"; }
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,22 +1,49 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
personalization = import ./personalization.nix;
|
||||
in
|
||||
lib.mkIf config.sovran_systemsOS.services.vaultwarden {
|
||||
|
||||
lib.mkIf config.sovran_systemsOS.features.vaultwarden {
|
||||
systemd.services.vaultwarden-runtime-config = {
|
||||
description = "Generate Vaultwarden runtime config from domain files";
|
||||
before = [ "vaultwarden.service" ];
|
||||
requiredBy = [ "vaultwarden.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
unitConfig = {
|
||||
ConditionPathExists = "/var/lib/domains/vaultwarden";
|
||||
};
|
||||
path = [ pkgs.coreutils ];
|
||||
script = ''
|
||||
VAULTWARDEN=$(cat /var/lib/domains/vaultwarden)
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
config = {
|
||||
mkdir -p /run/vaultwarden
|
||||
|
||||
DOMAIN = "https://${personalization.vaultwarden_url}";
|
||||
SIGNUPS_ALLOWED = false;
|
||||
ROCKET_ADDRESS = "127.0.0.1";
|
||||
ROCKET_PORT = 8777;
|
||||
ROCKET_LOG = "critical";
|
||||
};
|
||||
dbBackend = "sqlite";
|
||||
environmentFile = "/var/lib/secrets/vaultwarden/vaultwarden.env";
|
||||
};
|
||||
cat > /run/vaultwarden/runtime.env <<EOF
|
||||
DOMAIN=https://$VAULTWARDEN
|
||||
EOF
|
||||
|
||||
chmod 640 /run/vaultwarden/runtime.env
|
||||
'';
|
||||
};
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
config = {
|
||||
SIGNUPS_ALLOWED = false;
|
||||
ROCKET_ADDRESS = "127.0.0.1";
|
||||
ROCKET_PORT = 8777;
|
||||
ROCKET_LOG = "critical";
|
||||
};
|
||||
dbBackend = "sqlite";
|
||||
environmentFile = "/var/lib/secrets/vaultwarden/vaultwarden.env";
|
||||
};
|
||||
|
||||
systemd.services.vaultwarden.serviceConfig.EnvironmentFile = lib.mkAfter [
|
||||
"/run/vaultwarden/runtime.env"
|
||||
];
|
||||
sovran_systemsOS.domainRequirements = [
|
||||
{ name = "vaultwarden"; label = "Vaultwarden"; example = "vault.yourdomain.com"; }
|
||||
];
|
||||
}
|
||||
|
||||
171
modules/wordpress.nix
Executable file
171
modules/wordpress.nix
Executable file
@@ -0,0 +1,171 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
lib.mkIf config.sovran_systemsOS.services.wordpress {
|
||||
|
||||
# ── MariaDB database ──────────────────────────────────────
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
};
|
||||
|
||||
# ── Auto-generate DB password and initialize ────────<E29480><E29480><EFBFBD>─────
|
||||
systemd.services.wordpress-db-init = {
|
||||
description = "Initialize WordPress MariaDB database with auto-generated password";
|
||||
after = [ "mysql.service" ];
|
||||
requires = [ "mysql.service" ];
|
||||
before = [ "wordpress-init.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
path = [ config.services.mysql.package pkgs.pwgen pkgs.coreutils ];
|
||||
script = ''
|
||||
set -euo pipefail
|
||||
|
||||
SECRET_FILE="/var/lib/secrets/wordpressdb"
|
||||
|
||||
if [ ! -f "$SECRET_FILE" ]; then
|
||||
mkdir -p /var/lib/secrets
|
||||
pwgen -s 64 1 > "$SECRET_FILE"
|
||||
chmod 600 "$SECRET_FILE"
|
||||
fi
|
||||
|
||||
DB_PASS=$(cat "$SECRET_FILE")
|
||||
|
||||
mysql -u root <<SQL
|
||||
CREATE DATABASE IF NOT EXISTS wordpressdb;
|
||||
CREATE USER IF NOT EXISTS 'wpusr'@'localhost' IDENTIFIED BY '$DB_PASS';
|
||||
ALTER USER 'wpusr'@'localhost' IDENTIFIED BY '$DB_PASS';
|
||||
GRANT ALL ON wordpressdb.* TO 'wpusr'@'localhost';
|
||||
FLUSH PRIVILEGES;
|
||||
SQL
|
||||
'';
|
||||
};
|
||||
|
||||
# ── Fully automated WordPress setup ───────────────────────
|
||||
systemd.services.wordpress-init = {
|
||||
description = "Download, extract, and fully configure WordPress";
|
||||
after = [ "network-online.target" "mysql.service" "phpfpm-mypool.service" "wordpress-db-init.service" ];
|
||||
wants = [ "network-online.target" ];
|
||||
requires = [ "mysql.service" "wordpress-db-init.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
unitConfig = {
|
||||
ConditionPathExists = "!/var/lib/www/wordpress/wp-config.php";
|
||||
};
|
||||
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
|
||||
path = with pkgs; [ curl unzip wp-cli pwgen php coreutils ];
|
||||
|
||||
script = ''
|
||||
set -euo pipefail
|
||||
|
||||
INSTALL_DIR="/var/lib/www/wordpress"
|
||||
DOMAIN=$(cat /var/lib/domains/wordpress)
|
||||
DB_NAME="wordpressdb"
|
||||
DB_USER="wpusr"
|
||||
DB_PASS=$(cat /var/lib/secrets/wordpressdb)
|
||||
DB_HOST="localhost"
|
||||
ADMIN_USER=$(pwgen -s 16 1)
|
||||
ADMIN_PASS=$(pwgen -s 24 1)
|
||||
ADMIN_EMAIL="$ADMIN_USER@''${DOMAIN#*.}"
|
||||
|
||||
echo "══════════════════════════════════════════════"
|
||||
echo " WordPress Automated Installation"
|
||||
echo "══════════════════════════════════════════════"
|
||||
|
||||
if [ ! -f "$INSTALL_DIR/wp-includes/version.php" ]; then
|
||||
echo "Downloading WordPress..."
|
||||
TEMP_DIR=$(mktemp -d)
|
||||
curl -L -o "$TEMP_DIR/wordpress.zip" "https://wordpress.org/latest.zip"
|
||||
unzip -q "$TEMP_DIR/wordpress.zip" -d "$TEMP_DIR"
|
||||
mkdir -p "$INSTALL_DIR"
|
||||
cp -a "$TEMP_DIR/wordpress/"* "$INSTALL_DIR/"
|
||||
rm -rf "$TEMP_DIR"
|
||||
echo "Download complete."
|
||||
fi
|
||||
|
||||
chown -R caddy:root "$INSTALL_DIR"
|
||||
find "$INSTALL_DIR" -type d -exec chmod 755 {} \;
|
||||
find "$INSTALL_DIR" -type f -exec chmod 644 {} \;
|
||||
chmod -R 775 "$INSTALL_DIR/wp-content"
|
||||
|
||||
echo "Generating wp-config.php..."
|
||||
cd "$INSTALL_DIR"
|
||||
su -s /bin/sh caddy -c "
|
||||
wp config create \
|
||||
--dbname='$DB_NAME' \
|
||||
--dbuser='$DB_USER' \
|
||||
--dbpass='$DB_PASS' \
|
||||
--dbhost='$DB_HOST' \
|
||||
--skip-check
|
||||
"
|
||||
|
||||
echo "Waiting for database..."
|
||||
for i in $(seq 1 30); do
|
||||
if su -s /bin/sh caddy -c "wp db check" 2>/dev/null; then
|
||||
break
|
||||
fi
|
||||
sleep 2
|
||||
done
|
||||
|
||||
echo "Running WordPress core install..."
|
||||
su -s /bin/sh caddy -c "
|
||||
wp core install \
|
||||
--url='https://$DOMAIN' \
|
||||
--title='Sovran_SystemsOS' \
|
||||
--admin_user='$ADMIN_USER' \
|
||||
--admin_password='$ADMIN_PASS' \
|
||||
--admin_email='$ADMIN_EMAIL' \
|
||||
--skip-email
|
||||
"
|
||||
|
||||
su -s /bin/sh caddy -c "
|
||||
wp option update blogdescription 'Powered by Sovran_SystemsOS'
|
||||
wp option update permalink_structure '/%postname%/'
|
||||
wp option update default_ping_status 'closed'
|
||||
wp option update default_comment_status 'closed'
|
||||
wp rewrite flush
|
||||
"
|
||||
|
||||
su -s /bin/sh caddy -c "
|
||||
wp config set DISALLOW_FILE_EDIT true --raw
|
||||
wp config set WP_AUTO_UPDATE_CORE true --raw
|
||||
wp config set FORCE_SSL_ADMIN true --raw
|
||||
"
|
||||
|
||||
CREDS_FILE="/var/lib/secrets/wordpress-admin"
|
||||
cat > "$CREDS_FILE" << CREDS
|
||||
WordPress Admin Credentials
|
||||
═══════════════════════════
|
||||
URL: https://$DOMAIN/wp-admin/
|
||||
Username: $ADMIN_USER
|
||||
Password: $ADMIN_PASS
|
||||
Email: $ADMIN_EMAIL
|
||||
CREDS
|
||||
chmod 600 "$CREDS_FILE"
|
||||
|
||||
echo ""
|
||||
echo "══════════════════════════════════════════════"
|
||||
echo " WordPress installation complete!"
|
||||
echo " Credentials saved to: $CREDS_FILE"
|
||||
echo "══════════════════════════════════════════════"
|
||||
'';
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/www 0755 caddy root -"
|
||||
"d /var/lib/www/wordpress 0755 caddy root -"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [ wp-cli unzip ];
|
||||
|
||||
sovran_systemsOS.domainRequirements = [
|
||||
{ name = "wordpress"; label = "WordPress"; example = "blog.yourdomain.com"; }
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user