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
:Wether it is designed as a template for using as base of NixOS systems or not.
:Whether it is designed as a template for using as base of NixOS systems or not.
;Flakes
;Flakes
:Wether it implements [[Flakes]] or not.
:Whether it implements [[Flakes]] or not.
;Home Manager
;Home Manager
:Wether it makes use of [[Home Manager]] or not.
:Whether it makes use of [[Home Manager]] or not.
;[TODO] Secretes
;[TODO] Secretes
:Wether it  makes use of [[Comparison of secret managing schemes|secret management schemes]] or not, and if yes, then a list of the used schemes.
: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
:Wether it has encryption on a system level or not, and the software it uses for encryption (e.g. LUKS, ZFS native, etc).
: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
:Wether it supports opt-in state or not.
: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
:Wether its repository has commits in the range of 10 months from current time.
:Whether its repository has commits in the last 10 months.
;Repository
;Repository
:Link to the repository.
:Link to the repository.