14 lines
219 B
Nix
14 lines
219 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./cifs-client.nix
|
|
./consul.nix
|
|
./glusterfs-client.nix
|
|
./impermanence.nix
|
|
./sshd.nix
|
|
./user-ppetru.nix
|
|
./unattended-encryption.nix
|
|
./systemd-boot.nix
|
|
];
|
|
}
|