blob: ab1c28c875d9d82da90305987e3d8a54528e616e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
xnet
====
Base configuration for any machines running a standard xnet
configuration.
Notable features:
- Root filesystem running in RAM
- Automated ZFS partitioning of disk
- Hardened SSH and web services
Usage
=====
The entire module is exposed from the top-level flake as a nixosModule,
but it changes too often to be considered stable. Options are made
available when imported under the 'xnet' attribute set.
|