diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-16 02:30:37 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-16 02:30:37 -0800 |
commit | 3e1007b1155447a244fea8a84be223cf774e262d (patch) | |
tree | 9e041ddcf430abb423f76cb7372a8cd1601aa3ce /nix/systems/installer | |
parent | 1a3486d77574c06b395ab6cda41084f5ed24a3f4 (diff) |
change license; publish-org-roam-ui as submodule
Diffstat (limited to 'nix/systems/installer')
-rw-r--r-- | nix/systems/installer/default.nix | 2 |
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; |