tadpole: Add ssh module

This commit is contained in:
Alexander Heldt
2024-07-20 20:12:23 +02:00
parent 51597caaf5
commit 4967e846a8
3 changed files with 41 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
imports =
@@ -33,8 +33,6 @@
vim
];
services.openssh.enable = true;
config-manager = {
flakePath = "/home/alex/config";
};