add ssh key

This commit is contained in:
Kopatz
2024-05-11 16:09:25 +02:00
parent bb3d6dea47
commit ae83bd1fb8
3 changed files with 9 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, lib, ... }:
{
imports =
[ # Include the results of the hardware scan.
@@ -31,6 +30,7 @@
interface = "enp42s0";
ip = "192.168.0.11";
dns = "192.168.0.10";
#gateway = "192.168.0.10";
};
misc = {
docker.enable = true;