From bc30869da959353a2eb9236c8bb317023895d64a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Jul 2025 08:02:43 -0700 Subject: import nix profile in the server profile --- nix/profiles/server.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nix/profiles') diff --git a/nix/profiles/server.nix b/nix/profiles/server.nix index 30f186b..1588314 100644 --- a/nix/profiles/server.nix +++ b/nix/profiles/server.nix @@ -5,6 +5,11 @@ ... }: { + + imports = [ + ./nix.nix + ]; + time.timeZone = "America/Los_Angeles"; # Don't require password for sudo -- cgit v1.2.3