Comparison of NixOS setups: Difference between revisions
imported>Yuu m Isa moved page Comparison of NixOS configurations to Comparison of NixOS setups: configurations can be confused with general options, and so on |
imported>Yuu No edit summary |
||
Line 5: | Line 5: | ||
:Name of the setup. | :Name of the setup. | ||
;Template | ;Template | ||
: | :Whether it is designed as a template for using as base of NixOS systems or not. | ||
;Flakes | ;Flakes | ||
: | :Whether it implements [[Flakes]] or not. | ||
;Home Manager | ;Home Manager | ||
: | :Whether it makes use of [[Home Manager]] or not. | ||
;[TODO] Secretes | ;[TODO] Secretes | ||
: | :Whether it makes use of [[Comparison of secret managing schemes|secret management schemes]] or not, and if yes, then a list of the used schemes. | ||
;File system | ;File system | ||
:A list of the main file systems used (e.g. BTRFS, ZFS, EXT4, etc). | :A list of the main file systems used (e.g. BTRFS, ZFS, EXT4, etc). | ||
;System encryption | ;System encryption | ||
: | :Whether it has encryption on a system level or not, and the software it uses for encryption (e.g. LUKS, ZFS native, etc). | ||
;Opt-in state | ;Opt-in state | ||
: | :Whether it supports opt-in state or not. | ||
;[TODO] Display server | ;[TODO] Display server | ||
:A list of supported display servers (e.g. X, Wayland, etc) | :A list of supported display servers (e.g. X, Wayland, etc) | ||
Line 23: | Line 23: | ||
:A list of supported desktop environments (e.g. i3, GNOME, KDE, LXQt, Sway, XFCE, Xmonad, etc). | :A list of supported desktop environments (e.g. i3, GNOME, KDE, LXQt, Sway, XFCE, Xmonad, etc). | ||
;Maintained | ;Maintained | ||
: | :Whether its repository has commits in the last 10 months. | ||
;Repository | ;Repository | ||
:Link to the repository. | :Link to the repository. |