summaryrefslogtreecommitdiff
path: root/hosts/atlas/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/atlas/default.nix')
-rw-r--r--hosts/atlas/default.nix8
1 files changed, 7 insertions, 1 deletions
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