From 3a7cc8116cce947f5652e0e46f4d60d59bfb5717 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 21 May 2023 21:20:28 -0400 Subject: atlas: start hosting miniflux --- hosts/atlas/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hosts/atlas/default.nix') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 50fa986..220592d 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -5,6 +5,8 @@ }: { imports = [ ./hardware-configuration.nix + ./miniflux.nix + ./nginx.nix ./prometheus.nix ]; @@ -22,7 +24,11 @@ loader.efi.canTouchEfiVariables = true; }; - networking.hostName = "atlas"; + networking = { + domain = "mydadleft.me"; + hostName = "atlas"; + }; + system.stateVersion = "22.11"; users.users = let -- cgit v1.2.3