Skip to content

Commit

Permalink
[Repin] Update used options
Browse files Browse the repository at this point in the history
Problem: Some options used in serokell.nix were deprecated and renamed.

Solution: Use updated options names.
  • Loading branch information
rvem committed Aug 3, 2023
1 parent 1163122 commit 4959a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/common-non-darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
config = {

# Default to /tmp on disk, move it to tmpfs if server big enough
boot.cleanTmpDir = true;
boot.tmp.cleanOnBoot = true;
documentation.nixos.enable = false;

programs.mosh.enable = true;
Expand All @@ -38,7 +38,7 @@

services.openssh = {
enable = true;
passwordAuthentication = false;
settings.PasswordAuthentication = false;
ports = [ 17788 ];
};

Expand Down

0 comments on commit 4959a31

Please sign in to comment.