Compare commits

..

No commits in common. "758e35488b7ee5087e09544aea5dffde87caac4f" and "52a405d9edb9a121375c13b10d54d6b5804c5a1f" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View file

@ -39,11 +39,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1621379324,
"narHash": "sha256-hlCsR8SCFXLHbsHo9Qj0ILk9NdnzlLtFi3FMlFIHTek=",
"lastModified": 1620808985,
"narHash": "sha256-cf/+g1RVawT0rcKmfh2nf/lgnSrj9YZS+1PkCFmoeJQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "33824cdf8e4fec30c5b9ddc91b18991c3c375227",
"rev": "327368f98c6a927a84aed3c2f2fd1a7f6983e855",
"type": "github"
},
"original": {

View file

@ -145,7 +145,4 @@ in
services.openssh.enable = true;
services.openssh.permitRootLogin = "no";
services.openssh.passwordAuthentication = false;
# Takes a long while to build
documentation.nixos.enable = false;
}