mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-02-25 03:17:51 +01:00
docs/development: fix warning blocks
This commit is contained in:
@@ -7,7 +7,7 @@ the links from the *Upstream documentation* section below, or in [Miscellaneous
|
|||||||
|
|
||||||
## Editing nix files
|
## Editing nix files
|
||||||
|
|
||||||
> [!WARN]
|
> [!WARNING]
|
||||||
> Before editing any nix files, make sure to read [Secret management and `sops-nix`](./secret-management.md)!
|
> Before editing any nix files, make sure to read [Secret management and `sops-nix`](./secret-management.md)!
|
||||||
> We do not want to add any secrets in plaintext to the nix files, and certainly not commit and publish
|
> We do not want to add any secrets in plaintext to the nix files, and certainly not commit and publish
|
||||||
> them into the common public.
|
> them into the common public.
|
||||||
@@ -158,7 +158,7 @@ nix build .#
|
|||||||
|
|
||||||
### Deploying to machines
|
### Deploying to machines
|
||||||
|
|
||||||
> [!WARN]
|
> [!WARNING]
|
||||||
> Be careful to think about state when testing changes against the machines. Sometimes, a certain change
|
> Be careful to think about state when testing changes against the machines. Sometimes, a certain change
|
||||||
> can lead to irreversible changes to the data stored on the machine. An example would be a set of database
|
> can lead to irreversible changes to the data stored on the machine. An example would be a set of database
|
||||||
> migrations applied when testing a newer version of a service. Unless that service also comes with downwards
|
> migrations applied when testing a newer version of a service. Unless that service also comes with downwards
|
||||||
|
|||||||
Reference in New Issue
Block a user