refactor(services): Enable OpenSSH on all machines
This commit is contained in:
parent
484da65eed
commit
33167c8a86
2 changed files with 2 additions and 2 deletions
|
@ -44,6 +44,8 @@
|
||||||
package = import ./emacs.nix { inherit pkgs; };
|
package = import ./emacs.nix { inherit pkgs; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.openssh.enable = true;
|
||||||
|
|
||||||
# Enable GNOME keyring (required for Evolution)
|
# Enable GNOME keyring (required for Evolution)
|
||||||
services.gnome3.gnome-keyring.enable = true;
|
services.gnome3.gnome-keyring.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
{
|
{
|
||||||
boot.initrd.luks.devices.stallo-luks.device = "/dev/disk/by-uuid/b484cf1e-a27b-4785-8bd6-fa85a004b073";
|
boot.initrd.luks.devices.stallo-luks.device = "/dev/disk/by-uuid/b484cf1e-a27b-4785-8bd6-fa85a004b073";
|
||||||
|
|
||||||
services.openssh.enable = true;
|
|
||||||
|
|
||||||
# Use proprietary nvidia driver
|
# Use proprietary nvidia driver
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue