aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-07-21 08:02:43 -0700
committerFranck Cuny <franck@fcuny.net>2025-07-21 08:13:13 -0700
commitbc30869da959353a2eb9236c8bb317023895d64a (patch)
tree9bcead639b123b89b869eca82a97c2e0c64862d7 /nix/profiles
parentmove nix configuration to its own profile (diff)
downloadinfra-bc30869da959353a2eb9236c8bb317023895d64a.tar.gz
import nix profile in the server profile
Diffstat (limited to 'nix/profiles')
-rw-r--r--nix/profiles/server.nix5
1 files changed, 5 insertions, 0 deletions
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