nixos-config: delete schema files

nixos-config-re
Alexander Tomokhov 2023-07-15 15:48:35 +04:00
parent cbfbee3123
commit 5fc4648b46
1 changed files with 6 additions and 4 deletions

View File

@ -28,7 +28,7 @@ card "fileSystems" as hw_fileSystems
hardware_configuration <-- hw_grub_device
hardware_configuration <-- hw_kernelModules
hardware_configuration <-- hw_fileSystems
note top of hardware_configuration : what generates it?
note top of hardware_configuration : how is it generated?
note bottom of hw_fileSystems : always the same?
@ -75,13 +75,15 @@ cloud " <b>nixpkgs\n<i>commit @ github.com (?)" as nixpkgs
folder """/etc/nixos/userdata/""" as userdata_folder {
file "schema.json\n<i>(who uses?)" as schema
/'
' file "schema.json\n<i>(who uses?)" as schema
' file "tokens_schema.json\n<i>(who uses?)" as tokens_schema
'/
file "tokens.json" as tokens
file "tokens_schema.json\n<i>(who uses?)" as tokens_schema
file "<b>userdata.json" as userdata
}
selfprivacy_api_app <|.... tokens
selfprivacy_api_app ....|> userdata : writes
selfprivacy_api_app ....|> userdata_folder : writes
file "<b><u>configuration.nix" as configuration
nixpkgs -->> configuration