open ssh on chungus for password unlocking
This commit is contained in:
parent
1bc5e3d034
commit
4e271cba8a
3 changed files with 69 additions and 3 deletions
components/nixos
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue