From 64a5fe603fae1ca9ec8ed1ad46aa20ddc18a3c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 21 Dec 2020 14:06:49 +0000 Subject: [PATCH] add remarkable-over-usb as a static hostname --- nixos/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/common.nix b/nixos/common.nix index da3e4cd5..b2a1ef0b 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -39,6 +39,7 @@ in }; networking.hosts = { + "10.11.99.1" = [ "remarkable" ]; }; programs.light.enable = true;