phoebe: minor cleanup

This commit is contained in:
Payas Relekar 2023-11-13 18:39:54 +05:30
parent adbaa9ebbc
commit 0cccee12ce

View file

@ -47,13 +47,6 @@
};
# List packages installed in system profile. To search, run:
# $ nix search wget
# environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
# ];
# Enable the OpenSSH daemon.
services.openssh.enable = true;