nixos-config/systems/mc6/configuration.nix

14 lines
226 B
Nix
Raw Normal View History

2022-02-24 20:26:11 +01:00
{ ... }: {
imports = [
./hardware-configuration.nix
./modules/generic.nix
2022-03-04 13:11:38 +01:00
./modules/rclone.nix
./modules/borg.nix
./modules/postgresql.nix
./modules/nextcloud.nix
2022-02-24 20:26:11 +01:00
];
}
2022-02-24 21:04:49 +01:00
# vim: set et ts=2 sw=2 ai: