aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-16 02:30:37 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-16 02:30:37 -0800
commit3e1007b1155447a244fea8a84be223cf774e262d (patch)
tree9e041ddcf430abb423f76cb7372a8cd1601aa3ce /nix
parent1a3486d77574c06b395ab6cda41084f5ed24a3f4 (diff)
change license; publish-org-roam-ui as submodule
Diffstat (limited to 'nix')
-rw-r--r--nix/systems/installer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/systems/installer/default.nix b/nix/systems/installer/default.nix
index 62018a0..02f3b7e 100644
--- a/nix/systems/installer/default.nix
+++ b/nix/systems/installer/default.nix
@@ -44,7 +44,7 @@ echo "rebooting..."; sleep 3; reboot
};
systemd = {
- services.sshd.wantedBy = pkgs.lib.mkForce ["multi-user.target"];
+ services.sshd.wantedBy = pkgs.lib.mkForce [ "multi-user.target" ];
targets = {
sleep.enable = false;
suspend.enable = false;