nixos-config/systems/vpn/configuration.nix
mc-fucker a84f2f8e37 b
2022-01-11 12:32:52 +01:00

22 lines
378 B
Nix

{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
./modules/generic.nix
./modules/headscale.nix
./modules/ceph-common.nix
./modules/borg.nix
];
#services.ceph = {
# osd.enable = true;
# osd.daemons = [ "1" ];
#};
documentation.enable = false;
system.stateVersion = "21.11";
}
# vim: set et ts=2 sw=2 ai: