nixos-config/config/default.nix

9 lines
179 B
Nix
Raw Normal View History

2024-10-29 12:29:05 +00:00
{nixos-config, ...}: {
imports = [
"${nixos-config}/modules"
"${nixos-config}/services/tailscale.nix"
./systemd-boot.nix
];
2024-10-29 12:58:15 +00:00
boot.initrd.systemd.enable = true;
2024-10-29 12:29:05 +00:00
}