1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-26 07:43:45 +01:00
github.com-tboerger-nixos-c.../shared/global/default.nix

15 lines
201 B
Nix
Raw Permalink Normal View History

2024-07-17 16:05:33 +02:00
{ pkgs, lib, config, options, ... }:
{
imports = [
./general.nix
./haveged.nix
./network.nix
./openssh.nix
./shells.nix
./sudo.nix
./timesyncd.nix
./users.nix
];
}