nix-config/hosts/server/default.nix
2024-07-27 22:02:34 +00:00

9 lines
75 B
Nix

{ pkgs, ... }:
{
imports = [
./boot.nix
./ssh-server.nix
];
}