Add openssh server config

This commit is contained in:
willifan 2024-07-27 23:25:56 +02:00
parent b533102019
commit f8128b6331
5 changed files with 28 additions and 1 deletions

11
hosts/Anton/default.nix Normal file
View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
imports = [
./disko.nix
./hardware-configuration.nix
];
}