remove unneeded config from inout test

main
Daniel Barlow 2024-04-15 21:19:18 +01:00
parent ea2b25168e
commit 42a5699326
1 changed files with 0 additions and 5 deletions

View File

@ -52,10 +52,5 @@ in rec {
fstype = "ext4";
};
services.sshd = svc.ssh.build { };
defaultProfile.packages = with pkgs; [
min-collect-garbage
tcpdump
];
}