mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 18:19:10 +00:00
config: remove ssh service alias
This commit is contained in:
parent
66317b18bc
commit
654f531b8d
@ -223,7 +223,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
services.sshd.enable = lib.mkDefault true;
|
|
||||||
services.openssh.enable = lib.mkDefault true;
|
services.openssh.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# We're setting Guix service package with the flake-provided package.
|
# We're setting Guix service package with the flake-provided package.
|
||||||
|
Loading…
Reference in New Issue
Block a user