open ssh on chungus for password unlocking

This commit is contained in:
Ingolf Wagner 2024-06-08 22:22:04 +02:00
commit 4e271cba8a
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 69 additions and 3 deletions
components/nixos

View file

@ -1,6 +1,9 @@
{ config, lib, ... }:
{
imports = [ ./upgrade-diff.nix ];
imports = [
./upgrade-diff.nix
./tor-ssh.nix
];
options.components.nixos.enable = lib.mkOption {
type = lib.types.bool;