Remove default settings

This commit is contained in:
Sandro - 2022-06-13 20:27:45 +02:00
parent f63035f781
commit a93e5a92bd
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 9 deletions

View File

@ -40,15 +40,6 @@
trustedUsers = [ "client" ];
};
# time.timeZone = "Europe/Amsterdam";
environment.systemPackages = with pkgs; [
wget
vim
git
];
services.openssh.enable = true;
services.openssh.permitRootLogin = lib.mkForce "yes";
system.stateVersion = "20.09"; # Did you read the comment?