Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
a0df80d88c
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@
|
||||||
|
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
settings = { PasswordAuthentication = false; };
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ cryptsetup ];
|
environment.systemPackages = with pkgs; [ cryptsetup ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue