infra/profiles/kexec.nix

9 lines
190 B
Nix
Raw Normal View History

2021-03-04 09:37:45 +01:00
{ config, lib, pkgs, ... }:
# nix-shell -p nixos-generators --run 'nixos-generate -o ./result -f kexec-bundle -c ./profiles/kexec.nix'
{
imports = [
./users.nix
./sshd.nix
];
}