extract nixos.boot.ssh and set up probe

This commit is contained in:
Ingolf Wagner 2024-08-07 11:07:10 +02:00
commit d5f1ef4af6
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
15 changed files with 137 additions and 57 deletions
components/nixos

View file

@ -2,7 +2,7 @@
{
imports = [
./upgrade-diff.nix
./tor-ssh.nix
./boot
];
options.components.nixos.enable = lib.mkOption {