aboutsummaryrefslogtreecommitdiff
path: root/system/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/services.nix')
-rw-r--r--system/services.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/services.nix b/system/services.nix
new file mode 100644
index 0000000..b6aa377
--- /dev/null
+++ b/system/services.nix
@@ -0,0 +1,13 @@
+{...}: {
+ security.pam.sshAgentAuth.enable = true;
+
+ time.timeZone = "Europe/Prague";
+
+ services = {
+ displayManager.ly.enable = true;
+ printing.enable = true;
+ libinput.enable = true;
+ openssh.enable = true;
+ tailscale.enable = true;
+ };
+}