home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1e3c0edf3bc92cc089f7e51dac4aa5d64aa6b511
parent 6e180119b84be0b34045419e7caa1927c76e1e37
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 26 Nov 2020 22:16:19 +0100

systems: disable ssh on naruhodo

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/naruhodo.nix | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/systems/naruhodo.nix b/systems/naruhodo.nix @@ -65,7 +65,6 @@ in desktop.gnome.enable = true; laptop.enable = true; home = true; - ssh.enable = true; dev.enable = true; yubikey.enable = true; virtualization = { enable = true; nested = true; };