Alexander Tomokhov
e59d86fcdc
flake.lock: Update
...
Flake lock file updates:
• Updated input 'selfprivacy-api':
'git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=nixos-module&rev=e28aa8d60d824133fc3e170d2ed144bf0ec342a3 ' (2023-11-18)
→ 'git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=userdata&rev=e1847e1ce8327d8d36e80b84cd55d7b38baaa40c ' (2023-11-20)
2023-11-21 03:49:45 +04:00
Alexander Tomokhov
7c5bc70fec
rm -rf /old-root on every boot
...
NixOS stage 1 init moves all remnants of previous OS to /old-root.
2023-11-21 03:01:28 +04:00
Alexander Tomokhov
308a70fe20
selfprivacy/current-config-source => selfprivacy/nixos-config-source
2023-11-21 01:24:36 +04:00
Alexander Tomokhov
a3063ec732
fileSystems./.options = [ noatime ];
2023-11-21 01:23:28 +04:00
Alexander Tomokhov
e45224d67f
fix resources/limits.txt but do not use them for now
2023-11-18 19:26:52 +04:00
Alexander Tomokhov
391e41e8a4
disable documentation.enable = false alltogether
2023-11-18 18:54:55 +04:00
Alexander Tomokhov
0704d18b1a
do not install {man,info}-pages and docs to save space
2023-11-18 17:39:14 +04:00
Alexander Tomokhov
6a3a83e270
files.nix: /etc/nixos/userdata.json => /etc/selfprivacy/secrets.json
2023-11-18 09:11:54 +04:00
Alexander Tomokhov
b64be4e34f
/etc/nixos/userdata/userdata.json => /etc/nixos/userdata.json
2023-11-18 08:54:29 +04:00
Alexander Tomokhov
65e58666fd
nixpkgs.hostPlatform = system
2023-11-18 08:28:04 +04:00
Alexander Tomokhov
43abd2ca45
flake.lock: Update
...
Flake lock file updates:
• Updated input 'selfprivacy-api':
'git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=nixos-module&rev=e6e9d0677e51e5b1f2f5ee60809d190ab18a9f3e ' (2023-11-16)
→ 'git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=nixos-module&rev=e28aa8d60d824133fc3e170d2ed144bf0ec342a3 ' (2023-11-18)
2023-11-18 06:39:10 +04:00
Alexander Tomokhov
e6e2f1fd84
configuration.nix: a few nix.* tweaks
2023-11-18 06:37:45 +04:00
Alexander Tomokhov
72d73b6297
autoUpgrade.enable = false by default
2023-11-18 05:40:57 +04:00
Alexander Tomokhov
0f54898cb8
sp-modules: fix nextcloud secrets json path
2023-11-18 05:40:02 +04:00
Alexander Tomokhov
d5b04699c1
sp-module: refactor simple-nixos-mailserver flake
2023-11-16 06:36:39 +04:00
Alexander Tomokhov
d69a8cd662
migrate selfprivacy-api NixOS module to selfprivacy API repository
...
But do not treat it as a SP module.
2023-11-16 06:36:39 +04:00
Alexander Tomokhov
80447abb2e
selfprivacy.userdata -> selfprivacy; SP modules -> selfprivacy.modules
2023-11-16 04:00:15 +04:00
Alexander Tomokhov
f4fb0a9ce8
move nextcloud nginx configuration part to SP module
2023-11-15 23:43:59 +04:00
Alexander Tomokhov
41c3a0fc00
add PoC SP module for nextcloud
2023-11-15 22:36:19 +04:00
Alexander Tomokhov
d281f51775
TODO notes: flake: config contrain algorithm
2023-11-15 20:18:49 +04:00
Alexander Tomokhov
b0bb84138b
delete garbage sp-modules-options.json file
2023-11-15 20:12:33 +04:00
Alexander Tomokhov
4419a1323a
fix config attributes contrain mechanism for SP modules
...
Now it should work for all nested imports too. `imports` are traversed
recursively to redefine each imported module function with altered one,
constraining its config attribute (respecting config-paths-needed.json).
2023-11-15 04:31:20 +04:00
Alexander Tomokhov
26b3071929
system.configurationRevision = self.rev or "@${self.lastModifiedDate}"
2023-11-14 06:22:39 +04:00
Alexander Tomokhov
f33fb9e9bf
just-nixos => sp-nixos; selfprivacy/current-config-source; add formatter
2023-11-14 02:47:08 +04:00
Alexander Tomokhov
e656719ebd
remove userdata folder
2023-11-13 19:53:15 +04:00
Alexander Tomokhov
f440006806
remove erroneous system attribute from nixosConfigurations
2023-11-13 19:52:34 +04:00
Alexander Tomokhov
80ba7d0bda
PoC working SP module system
...
+ simple-nixos-mailserver as an SP module
2023-11-13 00:37:50 +04:00
Alexander Tomokhov
d9e2311f3c
system.configurationRevision = self.rev;
2023-11-12 01:39:52 +04:00
Alexander Tomokhov
6c849e2628
embed top-level flake source folder into the build
2023-11-10 07:05:38 +04:00
Alexander Tomokhov
7378329891
pass top-level-flake to set system.configurationRevision
2023-11-10 06:53:21 +04:00
Alexander Tomokhov
b4b37f42f2
get rid of overlay for selfprivacy-graphql-api
2023-11-06 13:04:03 +04:00
Alexander Tomokhov
7cee132d8e
nixosConfiguration-fun takes a set as an argument
...
This set must contain:
- hardware-configuration
- userdata (parsed)
2023-11-06 12:50:46 +04:00
Alexander Tomokhov
4afa777e7c
Revert "add hardware-configuration.nix for testing purposes"
...
This reverts commit 659ca147fd
.
2023-11-06 11:24:38 +04:00
Alexander Tomokhov
57412e328d
.gitignore: /result
2023-11-06 11:11:34 +04:00
Alexander Tomokhov
a822f97699
pin dependencies in flake
2023-07-17 05:05:29 +04:00
Alexander Tomokhov
82dd9ad2d4
now it's a function, requiring userdata argument
2023-07-17 04:37:04 +04:00
Alexander Tomokhov
d4af9f4459
attempt to readFile userdsata.json
2023-07-17 04:19:57 +04:00
Alexander Tomokhov
ee2a895c61
test
2023-07-17 04:15:03 +04:00
Alexander Tomokhov
659ca147fd
add hardware-configuration.nix for testing purposes
2023-07-15 16:52:30 +04:00
Inex Code
65b5a19777
Merge pull request 'fix: Reloading nginx after ACME' ( #34 ) from nginx-reload-fix into master
...
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config/pulls/34
2023-06-14 19:19:56 +03:00
Inex Code
60dd766846
fix: Reloading nginx after ACME
2023-06-14 19:19:49 +03:00
Inex Code
8006f83257
Merge pull request 'refactor(jitsi): Use the common TLS cert for Jitsi' ( #33 ) from jitsi-tls-fix into master
...
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config/pulls/33
2023-06-09 16:01:09 +03:00
Inex Code
74d35b16f2
fix(jitsi): disable gettings tls certs
2023-06-09 15:59:15 +03:00
Inex Code
dd020c3a7d
fix(acme): Disable DNS propagation check
2023-06-09 15:57:19 +03:00
Inex Code
ba1695c642
fix(jitsi): Use the common TLS cert
2023-06-09 14:06:22 +03:00
Inex Code
bc5778fdea
feat(dns): Add support for DigitalOcean DNS and DeSEC DNS ( #31 )
...
Co-authored-by: inexcode <inex.code@selfprivacy.org>
Co-authored-by: NaiJi ✨ <naiji@udongein.xyz>
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config/pulls/31
2023-06-05 15:45:07 +03:00
Inex Code
8d99d1c78a
fix: Make bitwarden read the env file
2023-05-14 17:22:09 +03:00
Inex Code
5e64b08381
feat(bitwarden): Add admin token support
2023-05-03 10:48:57 +03:00
Inex Code
7e590ae60c
revert(gitea): Nix deprecations x2
2023-03-20 18:39:41 +03:00
Inex Code
eb36e9b265
revert(gitea): Nix deprecations
2023-03-20 18:36:32 +03:00